Show: Delphi C++
Display Preferences

DesignEditors.TPropertyEditor.GetProperties

From XE2 API Documentation
Jump to: navigation, search

Delphi

procedure GetProperties(Proc: TGetPropProc); virtual;

Properties

Type Visibility Source Unit Parent
procedure public DesignEditors.pas DesignEditors TPropertyEditor

Description

Provides the subproperties of the property to a callback procedure.

The Object Inspector calls GetProperties when the property is expanded to show subproperties. The GetProperties method of TPropertyEditor does nothing. Property editors that return paSubProperties from the GetAttributes method should override GetProperties to create an appropriate property editor and pass its IProperty interface to the Proc parameter for every subproperty (or nested property) of the property.

See Also

Personal tools
Previous Versions
Translations