Options
Specifies options related to the connection between Column and Field.
pas
property Options: TNxDataBindingOptions read FOptions write SetOptions default [];
TDataSet
activation have this flag set. With this option set, after deactivation column will be also automatically deleted.
Alignment
, Visible
, Caption
will be copied from associated TField
properties.
pas
Alignment = TField.Alignment Editing = TField.ReadOnly Header.Caption = TField.DisplayName Visible = TField.Visible