JVCL Help:TJvCustomDomainUpDown
JVCL Help: TJvCustomDomainUpDown Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomUpDown
TJvCustomDomainUpDown
TJvDomainUpDown
run\JvUpDown.pas
Summary
Base class for up-down controls that displays strings instead of numbers.
Pascal
run\JvUpDown.pas
TJvCustomDomainUpDown = class(TJvCustomUpDown);
Description
Use TJvCustomDomainUpDown as a base class when you need to implement an up-down control that scrolls through text items instead of numeric values. Do not create instances of TJvCustomDomainUpDown. Instead, drop a descendant - like TJvDomainUpDown - on a form and associate it through its Associate property with an edit control to display the items in its Items array.
The text of the currently displayed item can be accessed through the Text property.
See Also
TJvCustomDomainUpDown.Items, TJvCustomDomainUpDown.Text
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