Back to Devexpress

TcxPageControl.Pages Property

vcl-cxpc-dot-tcxpagecontrol.md

latest780 B
Original Source

TcxPageControl.Pages Property

Provides zero-based indexed access to pages owned by the page control.

Declaration

delphi
property Pages[Index: Integer]: TcxTabSheet read;

Property Value

Type
TcxTabSheet

Remarks

This property is mapped to the control’s Properties.Pages property.

See Also

Managing the Pages Collection

Navigating through Pages

TcxPageControl Class

TcxPageControl Members

cxPC Unit