DesignEditors.TPropertyEditor.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
DesignEditors.pas
DesignEditors.hpp
DesignEditors TPropertyEditor

Description

Creates a new TPropertyEditor 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. It becomes the value of the Designer property.

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

See Also