TcxEditButtons.GetButtonClass Method
Returns the class-reference to the type of buttons stored in the collection.
Declaration
class function GetButtonClass: TcxEditButtonClass; override;
Returns
Type | Description |
---|---|
TcxEditButtonClass | The class-reference to the type of buttons stored in the collection. |
Remarks
The GetButtonClass
function always returns a reference to the TcxEditButton class.
See Also