TdxCustomRangeTrackBarProperties.EditValueFormat Property
In This Article
Specifies the format in which the editor’s edit value is stored.
#Declaration
Delphi
property EditValueFormat: TdxRangeTrackBarEditValueFormat read; write; default revfInt64;
#Property Value
Type | Default |
---|---|
Tdx |
revf |
#Remarks
Options include:
Value | Meaning |
---|---|
revf |
The edit value is an Int64 value whose lower and higher 32 bits are Integer values representing the lower and upper bounds (Range. |
revf |
The edit value is a string containing a string representation of the Range. |
The default value of the EditValueFormat property is revfInt64.
See Also