type TTblField = class()
TTblInfo
.property CId: Integer; |
|
property DfltValue: String; |
|
property FieldName: String; |
|
property NotNull: Boolean; |
|
property Typ: String; |
property CId: Integer; |
Column id
property DfltValue: String; |
Default value for field.
property FieldName: String; |
Field's name
property NotNull: Boolean; |
Not null information.
property Typ: String; |
Field's type