vcl-cxpc-aeb46b56.md
Contains page control settings.
TcxPageControlProperties = class(
TcxCustomTabControlProperties
)
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.
TObject TPersistent TcxOwnedPersistent TcxCustomTabControlProperties TcxPageControlProperties
See Also