API:DesignEditors.TPropertyEditor.Create

From RAD Studio API Documentation

[–] Properties
Type: constructor
Visibility: public
Source:
DesignEditors.pas
DesignEditors.hpp
Unit: DesignEditors
Parent: TPropertyEditor

Delphi

constructor Create(const ADesigner: IDesigner; APropCount: Integer); override;

C++

__fastcall virtual TPropertyEditor(const Designintf::_di_IDesigner ADesigner, int APropCount);

Description

Creates a new TBasePropertyEditor object. DesignEditors.TPropertyEditor.Create inherits from DesignIntf.TBasePropertyEditor.Create. All content below this line refers to DesignIntf.TBasePropertyEditor.Create.

Creates a new TBasePropertyEditor object.

Do not create instances of a property editor. Registered property editors are created automatically for selected objects in the form designer.

ADesigner is an interface that the property editor can use to interact with the forms designer.

APropCount indicates the number of components whose properties are to be edited using the property editor.

See Also