TdxCustomRangeTrackBarProperties.Delimiter Property
In This Article
Specifies a delimiter for range values stored by the editor’s edit value in a string format.
#Declaration
Delphi
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