JVCL Help:TJvValidateEdit
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvValidateEdit Class
[+] JvValidateEdit.pas Classes
[+] TJvValidateEdit Events
[+] TJvValidateEdit Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomValidateEdit
TJvValidateEdit
run\JvValidateEdit.pas
Summary
Edit control that can restrict its content to only accept valid input.
Pascal
run\JvValidateEdit.pas
TJvValidateEdit = class(TJvCustomValidateEdit);
Description
- JVCLInfo
Use a TJvValidateEdit when you need to restrict what the user can type into the control. A TJvValidateEdit can both format the text in the control as well as restrict the allowable characters the user can type into it. For example, to restrict the user to only type integer values, set DisplayFormat to dfInteger.
TJvValidateEdit is derived from TJvCustomValidateEdit, publishes most of its properties but doesn't add any new functionality.
About
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