JVCL Help:TValueType
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TValueType type
Search in JVCL Help
Search in all projectsSummary
Enumerates data types a spin edit control can contain.
Pascal
run\JvSpin.pas
TValueType = (
vtInteger,
vtFloat,
vtHex
);
Members
Members | Description |
vtInteger | Integer value. |
vtFloat | The user is allowed to enter a decimal separator char and the 'e' char. |
vtHex | The user is allowed to enter 'a' to 'f' chars. |
Description
Use the TValueType type to specify the type of the data a spin edit control contains.
See Also
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page