TcxPCButton Class
A tabbed control’s custom button.
Declaration
TcxPCButton = class(
TCollectionItem
)
Remarks
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.
Inheritance
TObject
TPersistent
TCollectionItem
TcxPCButton
See Also