JVCL Help:TJvCustomEdit

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomEdit
TJvEdit
run\JvEdit.pas


Summary

Base class from which all enhanced edit-box and memo controls are derived.

run\JvEdit.pas


Pascal

 run\JvEdit.pas
 TJvCustomEdit = class(TJvExCustomEdit);


Description

TJvCustomEdit encapsulates new behavior common to all enhanced components for editing text by introducing methods and properties that provide ability to:

  • Align the text in the edit box.
  • Limit the maximum text size in pixels.
  • Specify a disabled color and text color.
  • Disable specific clipboard commands.
  • Provide custom caret shapes.

Do not create instances of TJvCustomEdit. Use TJvCustomEdit as a base class when declaring control objects that permit the user to enter or modify text, that will use the new behavior introduced in TJvCustomEdit.

run\JvEdit.pas


About

Navigation

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