TcxPageControl.ActivePageIndex Property
In This Article
Specifies the active page by its index among the control’s pages.
#Declaration
Delphi
property ActivePageIndex: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
Use this property to obtain the active page’s index or to make a specific page active. If the property is set to a value less than 0 or greater than the last page index, none of pages are active. The last page index is always one less than the PageCount property value.
See Also