TNxDataBindingOptions
Unit NxDBColumns6.pas (Sources\Next DBGrid)
Set used by Options property of DataBinding
property of Column.
pas
TNxDataBindingOptions = set of (dboAutoDeleteOnDeactivate, dboUseFieldProperties);
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.