JVCL Help:TJvCustomComboEdit
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomComboEdit Class
[+] JvToolEdit.pas Classes
[+] TJvCustomComboEdit Fields
[+] TJvCustomComboEdit Methods
[+] TJvCustomComboEdit Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomComboEdit
TJvComboEdit
TJvCustomCheckedComboBox
TJvCustomDateEdit
TJvCustomMaskEdit
TJvCustomNumEdit
TJvFileDirEdit
run\JvToolEdit.pas
Summary
Base class for edit controls with a button.
Pascal
run\JvToolEdit.pas
TJvCustomComboEdit = class(TJvExCustomMaskEdit);
Description
TJvCustomComboEdit encapsulates the behavior common to all components for editing text by introducing methods and properties that provide:
- Basic text editing functions such as selecting text, modifying selected text, and case conversions.
- Ability to respond to changes in the contents of the text.
- Access control of the text for making it read-only or introducing a password character to hidethe actual value.
Do not create instances of TJvCustomComboEdit. Use TJvCustomComboEdit as a base class when declaring control objects that permit the user to enter or modify text. Properties and methods of TJvCustomComboEdit provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior.
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