JVCL Help:TJvCheckOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCheckOption type
Search in JVCL Help
Search in all projectsSummary
Enumerates range check options for spin edits.
Pascal
run\JvSpin.pas
TJvCheckOption = (
coCheckOnChange,
coCheckOnExit,
coCropBeyondLimit
);
TJvCheckOptions = setof TJvCheckOption;
Members
Members | Description |
coCheckOnChange | Checks whether the entered value is in range upon changing of the value of the spin edit. |
coCheckOnExit | Checks whether the entered value is in range on exit of the spin edit. |
coCropBeyondLimit | Automatically crops out of range values so they are in range. |
Description
Use the TJvCheckOption type to specify range check options for spin edit controls. TJvCheckOptions is a set of TJvCheckOption values.
See Also
TJvCustomSpinEdit.CheckOptions
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