DesignEditors.TSetElementProperty.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Parent: TPropertyEditor; AElement: Integer); reintroduce;

C++

__fastcall TSetElementProperty(TPropertyEditor* Parent, int AElement);

Properties

Type Visibility Source Unit Parent
constructor protected
DesignEditors.pas
DesignEditors.hpp
DesignEditors TSetElementProperty

Description


Creates a new TPropertyEditor object.

DesignEditors.TSetElementProperty.Create inherits from DesignEditors.TPropertyEditor.Create. All content below this line refers to DesignEditors.TPropertyEditor.Create.

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