Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Create(TComponent,Boolean) Constructor

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.

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