TcxPCButtons Class
In This Article
A collection of custom buttons in tabbed controls.
#Declaration
Delphi
TcxPCButtons = class(
TOwnedCollection
)
#Remarks
This class provides members that allow you to add new buttons to the collection and access individual buttons.
The TcxPCButtons object is referenced by a tabbed control’s Properties.CustomButtons property.
#Inheritance
TObject
TPersistent
TCollection
TOwnedCollection
TcxPCButtons
See Also