JVCL Help:TJvWizardRouteMapNodes

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvWizardRouteMapControl
TJvWizardRouteMapNodes
run\JvWizardRouteMapNodes.pas


Summary

Route map component for displaying the pages in a wizard.

run\JvWizardRouteMapNodes.pas


Pascal

 run\JvWizardRouteMapNodes.pas
 TJvWizardRouteMapNodes = class(TJvWizardRouteMapControl);


Description

  1. 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.

run\JvWizardRouteMapNodes.pas


About

Navigation

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