DesignEditors.TNestedProperty.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(Parent: TPropertyEditor); reintroduce;

C++

__fastcall TNestedProperty(TPropertyEditor* Parent);

Description

Creates a new TPropertyEditor object.

DesignEditors.TNestedProperty.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