Create(TComponent,Boolean) Constructor
In This Article
Creates an editor instance.
#Declaration
Delphi
constructor Create(AOwner: TComponent; AIsInplace: Boolean); reintroduce; overload; virtual;
#Parameters
Name | Type | Description |
---|---|---|
AOwner | TComponent | The created editor’s owner component. |
AIs |
Boolean | If |
#Remarks
This constructor creates a TcxCustomEdit class descendant instance. Refer to the [TcxCustomEdit] class description for the full list of editor classes shipped with the ExpressEditors Library.
See Also