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