JVCL Help:TValueType

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates data types a spin edit control can contain.

run\JvSpin.pas


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.

run\JvSpin.pas


Description

Use the TValueType type to specify the type of the data a spin edit control contains.

run\JvSpin.pas


See Also

TJvCustomSpinEdit.ValueType

run\JvSpin.pas


About

Navigation

no pages or subcategories

run\JvSpin.pas



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