Vcl.ComCtrls.TPageControl.PageCount
Delphi
property PageCount: Integer read GetPageCount;
C++
__property int PageCount = {read=GetPageCount, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TPageControl |
Description
Indicates the number of pages in the TPageControl object.
Use PageCount to determine the number of pages listed by the Pages property. If the MultiLine property is false, not all pages may have tabs visible to the user.
See Also
Code Examples