Library Vcl NextSuite 6 NextDBGrid6 Reference Types TNxDataBindingOptions

TNxDataBindingOptions

Unit NxDBColumns6.pas (Sources\Next DBGrid)

Set used by Options property of DataBinding property of Column.

pas
TNxDataBindingOptions = set of (dboAutoDeleteOnDeactivate, dboUseFieldProperties);

dboAutoDeleteOnDeactivate
Column will be automatically destroyed and deleted upon the DataSet deactivation.

dboUseFieldProperties
Copy properties such as Alignment, DisplayName, ReadOnly, Visible from Field (TField) property upon activation of the DataSet. If the column is TNxFloatColumn6 descendant and the field is TNumericField, DisplayFormat property of the field is assigned to FormatMask. If the field is of TFloatField type, Max, Min and Precision properties are copied to the MaxValue, MinValue, Precision properties respectively.

Sign in