TdxCustomRangeTrackBarProperties.Delimiter Property
Specifies a delimiter for range values stored by the editor’s edit value in a string format.
Declaration
property Delimiter: Char read; write;
Property Value
Type |
---|
Char |
Remarks
This property is in effect if the EditValueFormat property is set to revfString.
The default value of the Delimiter property is a semicolon (‘;‘).
See Also