TdxTabbedMDITabProperties.PageIndex Property
In This Article
Specifies the currently active (also called selected) tabbed page.
#Declaration
Delphi
property PageIndex: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
To select a specific page within the Pages, assign the zero-based page index to the PageIndex property.
See Also