FieldName
Specifies name of TField instance to be assigned to Field property when TDataSet is activated.
pas
property FieldName: string read FFieldName write SetFieldName;
Example
pas
NxDBTextColumn61.DataBinding.FieldName := 'FirstName'; Specifies name of TField instance to be assigned to Field property when TDataSet is activated.
property FieldName: string read FFieldName write SetFieldName;
NxDBTextColumn61.DataBinding.FieldName := 'FirstName';