ValueChecked
Specifies value to be interpreted as checked state. Any string can be specified as the value. E.g. '1'
, 'Yes'
, 'Ja'
and so on.
pas
property ValueChecked: WideString read FValueChecked write SetValueChecked;
Remarks
For this property to have an effect, ValueSource
must be set to vsProperty
.