Create(TComponent,Boolean) Constructor
Creates an editor instance.
Declaration
constructor Create(AOwner: TComponent; AIsInplace: Boolean); reintroduce; overload; virtual;
Parameters
| Name | Type | Description |
|---|---|---|
| AOwner | TComponent | The created editor’s owner component. |
| AIsInplace | Boolean |
|
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