DesignIntf.TBasePropertyEditor.Create
Delphi
constructor Create(const ADesigner: IDesigner; APropCount: Integer); virtual;
C++
__fastcall virtual TBasePropertyEditor(const _di_IDesigner ADesigner, int APropCount);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | TBasePropertyEditor |
Description
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.