JVCL Help:TJvCustomDomainUpDown

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomUpDown
TJvCustomDomainUpDown
TJvDomainUpDown
run\JvUpDown.pas


Summary

Base class for up-down controls that displays strings instead of numbers.

run\JvUpDown.pas


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.

run\JvUpDown.pas


See Also

TJvCustomDomainUpDown.Items, TJvCustomDomainUpDown.Text

run\JvUpDown.pas


About

Navigation

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