TdxTabbedMDITabProperties.Pages Property
Provides zero-based indexed access to individual tabbed pages.
Declaration
property Pages[AIndex: Integer]: TdxTabbedMDIPage read;
Property Value
Type |
---|
TdxTabbedMDIPage |
Remarks
Use the PageCount property to obtain the number of tabbed pages accessible via the Pages property.
See Also