[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msesqlresult.pas line 31
type tdbcol = class(tvirtualpersistent) |
public |
constructor create(); |
property datatype: tfieldtype; [r] |
property fieldname: ansistring; [r] |
property size: Integer; [r] |
property asvariant: variant; [r] |
property asboolean: Boolean; [r] |
property ascurrency: currency; [r] |
property aslargeint: largeint; [r] |
property asdatetime: tdatetime; [r] |
property asfloat: Double; [r] |
property asinteger: LongInt; [r] |
property asstring: ansistring; [r] |
property asmsestring: msestring; [r] |
property asid: Int64; [r] |
property asguiid: tguid; [r] |
property isnull: Boolean; [r] |
end; |
| |
| |
tpersistent |
? |
TObject |