Developer

Options

Specifies set of options related to connection between Column and Field.

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, Header.Caption will match Field properties.

List of properties that are matched:

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

See also