Skip to main content

Create(TPersistent,TcxEditButtonClass) Constructor

Initializes a new instance of the TcxCustomEditButtons class with specified settings.

Declaration

constructor Create(AOwner: TPersistent; AButtonClass: TcxEditButtonClass); virtual;

Parameters

Name Type Description
AOwner TPersistent

The target instance of an editor settings class (a TcxCustomEditProperties class descendant).

AButtonClass TcxEditButtonClass

The reference to the type of buttons stored in the created editor button collection.

See Also