|
Property name |
Brief description |
|
AsBoolean |
The AsBoolean property determines the current record value of this field presented in logical type. |
|
AsChar |
The AsChar property determines current record value of this field presented in symbolic type. |
|
AsDateTime |
The AsDateTime property determines this field's value in current record presented in date/time format. |
|
AsDouble |
The AsDouble property determines the current record value of this field presented as a real number. |
|
AsInteger |
The AsInteger property determines the current record value of this field presented as an integer number. |
|
AsString |
The AsString property determines the current record value of this field presented as a character string. |
|
Dataset |
The Dataset property returns the data source that owns the field. |
|
DataType |
The DataType property returns the type of data stored in the field of a data source. |
|
FieldName |
The FieldName property determines the name of relational data source field, which this field data access component is linked to. |
|
Index |
The Index property determines the index of the field, which this field is linked to. |
|
IsNull |
The IsNull property returns whether the current record contains an empty value for this field. |
|
ReadOnly |
The ReadOnly property determines whether the user is enabled to change the table field content. |
|
Value |
The Value property determines the value of this field in a data source current record. |