TcxPageControl.ActivePage Property
In This Article
Specifies the active page of the page control.
#Declaration
Delphi
property ActivePage: TcxTabSheet read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the ActivePage property to obtain the TcxTabSheet object representing the active page or navigate to the specified page.
See Also