TcxPageControl.PageCount Property
In This Article
Returns the number of pages owned by the page control.
#Declaration
Delphi
property PageCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use the PageCount property to obtain the total number of pages owned by the page control.
See Also