JVCL Help:TJvCheckOption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates range check options for spin edits.

run\JvSpin.pas


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.

run\JvSpin.pas


Description

Use the TJvCheckOption type to specify range check options for spin edit controls. TJvCheckOptions is a set of TJvCheckOption values.

run\JvSpin.pas


See Also

TJvCustomSpinEdit.CheckOptions

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