TcxPageControlProperties Class
Contains page control settings.
Declaration
TcxPageControlProperties = class(
TcxCustomTabControlProperties
)
Remarks
The TcxPageControlProperties class publishes inherited properties, and introduces the following members:
The ActivePage property – Specifies the active page.
The TabSheetClass property – Specifies a template class to be used to create new pages.
The FindNextPage method – Returns the page located before or after the specified page.
The TcxPageControlProperties object is referenced by the page control’s Properties property.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxCustomTabControlProperties
TcxPageControlProperties
See Also