JVCL Help:TJvPageListTreeView.PageLinks
JVCL Help: TJvPageListTreeView.PageLinks Property
Search in JVCL Help
Search in all projectsSummary
Used at design-time to set up the association between tree nodes and pages in a PageList.
Pascal
propertyPageLinks: TJvPageLinks;
Description
This property is only used at design-time to set up the association between a node and the page that should be displayed y the IPageList implementation when that node is selected. To set up a page link association at run-time, type cast the tree node to TJvPageIndexNode and set its PageIndex property.
Example: TJvPageIndexNode(JvCustomPageListTreeView1.Items[SomeIndex]).PageIndex := SomePageIndex;
The linking will only have effect if the PageList property has been assigned.
See Also
TJvCustomPageListTreeView.PageList, TJvPageIndexNode.PageIndex
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