JVCL Help:TJvWizardRouteMapNodes
JVCL Help: TJvWizardRouteMapNodes Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvWizardRouteMapControl
TJvWizardRouteMapNodes
run\JvWizardRouteMapNodes.pas
Summary
Route map component for displaying the pages in a wizard.
Pascal
run\JvWizardRouteMapNodes.pas
TJvWizardRouteMapNodes = class(TJvWizardRouteMapControl);
Description
- JVCLInfo
TJvWizardRouteMapNodes is a route map component that can be used with a TJvWizard. When dropped on the form where a wizard has been placed, the route map is assigned to the wizard automatically.
A route map is a control that shows the pages of a wizard in an alternate and often graphical manner. TJvWizardRouteMapNodes displays the pages of the wizard as a kind of tree where each page is represented by a node and a text string. Clicking on a node will activate the corresponding page if AllowClickableNodes is true.
TJvWizardRouteMapNodes is synchronized with the wizard so the user can only activate pages that can be activated by using the normal navigation buttons.
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