JVCL Help:TRouteMapListItemText
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TRouteMapListItemText type
Search in JVCL Help
Search in all projectsSummary
Defines the available text sources for an item in a TJvWizardRouteMapList.
Pascal
run\JvWizardRouteMapList.pas
TRouteMapListItemText = (
itNone,
itCaption,
itTitle,
itSubtitle
);
Members
Members | Description |
itNone | Don't display any caption. |
itCaption | Display the text of Page.Caption. |
itTitle | Display the text of Page.Header.Title.Text. |
itSubtitle | Display the text of Page.Header.SubTitle.Text. |
Description
TRouteMapListItemText is the type of the ItemText property of a TJvWizardRouteMapList and defines the possible captions an item can display.
See Also
TJvWizardRouteMapList.ItemText
About
no pages or subcategories
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