Skip to main content

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

If True, the constructor creates an in-place editor version for a container control; if False, the constructor creates a standalone editor.

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