[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sqldb' (#fcl)

TSQLDBFieldDef

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TFieldDef descendant with room to store engine-specific data

Declaration

Source position: sqldb.pp line 82

type TSQLDBFieldDef = class(TFieldDef) end;

public

  property SQLDBData: Pointer; [rw]

  

Pointer to store engine-specific data for the result field

Inheritance

TSQLDBFieldDef

  

TFieldDef descendant with room to store engine-specific data

|

TFieldDef

  

Class to describe one field in a record in a dataset

|

TNamedItem

  

Named collection item

|

TCollectionItem

|

TPersistent,IFPObserved

|

TObject

Description

TSQLDBFieldDef is a SQLDB specific db.TFieldDef descendent which has room for storing engine-specific data for the result set fields.

See also

TSQLDBFieldDef.SQLDBData

  

Pointer to store engine-specific data for the result field


Documentation generated on: Nov 14 2015