TcxEditButtons.GetButtonClass Method
In This Article
Returns the class-reference to the type of buttons stored in the collection.
#Declaration
Delphi
class function GetButtonClass: TcxEditButtonClass; override;
#Returns
Type | Description |
---|---|
Tcx |
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