TNxValueSource
Unit: NxDBColumns6.pas (Sources\Next DBGrid)TNxValueSource = (vsCellValue, vsProperty);| Value | Meaning |
|---|---|
| vsCellValue | Checkbox is reflecting AsBoolean property of cell. If DataType of Field is ftBoolean checkbox is bind to AsBoolean property of TField). |
| vsProperty | Checkbox reflect properties ValueChecked and ValueUnchecked. |