Library Vcl NextSuite 6 NextDBGrid6 Reference Classes TNxDataBinding Options

Options

Specifies options related to the connection between Column and Field.

pas
property Options: TNxDataBindingOptions read FOptions write SetOptions default [];

dboAutoDeleteOnDeactivate
Columns that are automatically created upon TDataSet activation have this flag set. With this option set, after deactivation column will be also automatically deleted.

dboUseFieldProperties
Specifies whether Column properties such as Alignment, Visible, Caption will be copied from associated TField properties.

List of properties that are mapped:

pas
Alignment = TField.Alignment
Editing = TField.ReadOnly
Header.Caption = TField.DisplayName
Visible = TField.Visible

Sign in