| Properties of class TFieldInfo |
class TFieldInfo | Constructors | Methods | All Members
Public Properties
public property Alias: string read ;
public property Caption: string read ;
public property DataType: TDataType read ;
public property DefaultValue: Variant read ;
public property Index: Integer read ;
public property IsAutoIncrement: Boolean read ;
public property IsLazyLoad: Boolean read ;
public property IsNullable: Boolean read ;
public property IsPrimary: Boolean read ;
public property IsReadOnly: Boolean read ;
public property LogicalType: TLogicalType read ;
public property Name: string read ;
public property Owner: TTableInfo read ;
public property Scale: Integer read ;
public property Width: Integer read ;