TcxPageControl.Pages Property
In This Article
Provides zero-based indexed access to pages owned by the page control.
#Declaration
Delphi
property Pages[Index: Integer]: TcxTabSheet read;
#Property Value
Type |
---|
Tcx |
#Remarks
This property is mapped to the control’s Properties.Pages property.
See Also