Developer

TNxValueSource

Unit: NxDBColumns6.pas (Sources\Next DBGrid)

TNxValueSource = (vsCellValue, vsProperty);


Values
ValueMeaning
vsCellValueCheckbox is reflecting AsBoolean property of cell. If DataType of Field is ftBoolean checkbox is bind to AsBoolean property of TField).
vsPropertyCheckbox reflect properties ValueChecked and ValueUnchecked.

See also