vcl-cxpc-c9b7d05f.md
A tabbed control’s custom button.
TcxPCButton = class(
TCollectionItem
)
This class provides members that allow you to do the following:
Specify the button’s visibility, accessibility, display position, and hint (Visible, Enabled, Position, and Hint);
Specify the button image for display in tabs and the navigator bar (TabImageIndex and HeaderImageIndex);
Handle button clicks and dynamically switch the button visibility within individual tabs (OnClick and OnCanShow).
TcxPCButton objects are stored in a TcxPCButtons collection, which is referenced by a tabbed control’s Properties.CustomButtons.Buttons property.
TObject TPersistent TCollectionItem TcxPCButton
See Also