DesignEditors.TNestedProperty.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Parent: TPropertyEditor); reintroduce;

C++

__fastcall TNestedProperty(TPropertyEditor* Parent);

Properties

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

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