JVCL Help:TJvComboEdit

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomComboEdit
TJvComboEdit
run\JvToolEdit.pas


Summary

Edit control with a button.

run\JvToolEdit.pas


Pascal

 run\JvToolEdit.pas
 TJvComboEdit = class(TJvCustomComboEdit);


Description

  1. JVCLInfo

Use a TJvComboEdit object to put a standard Windows edit control with an associated button on a form.
TJvComboEdit implements the generic behavior introduced in TJvCustomComboEdit. TJvComboEdit publishes many of the properties inherited from TJvCustomComboEdit, but does not introduce any new behavior. For specialized edit controls, use other descendant classes of TJvCustomComboEdit (such as TJvFilenameEdit, TJvDateEdit etc.) or derive from it.

run\JvToolEdit.pas


About

Navigation

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