[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TFieldDef descendant with room to store engine-specific data.
Source position: sqldb.pp line 133
type TSQLDBFieldDef = class(TFieldDef) |
||
public |
||
property SQLDBData: Pointer; [rw] |
|
Pointer to store engine-specific data for the result field. |
end; |
|
TFieldDef descendant with room to store engine-specific data. |
|
| | ||
|
Class to describe one field in a record in a dataset. |
|
| | ||
|
Named collection item. |
|
| | ||
| | ||
| | ||
TObject,IFPObserved |
TSQLDBFieldDef is a SQLDB specific db.TFieldDef descendent which has room for storing engine-specific data for the result set fields.
|
Pointer to store engine-specific data for the result field. |