JVCL Help:TJvValidateEdit

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomValidateEdit
TJvValidateEdit
run\JvValidateEdit.pas


Summary

Edit control that can restrict its content to only accept valid input.

run\JvValidateEdit.pas


Pascal

 run\JvValidateEdit.pas
 TJvValidateEdit = class(TJvCustomValidateEdit);


Description

  1. 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.

run\JvValidateEdit.pas


About

Navigation

run\JvValidateEdit.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