DesignIntf.IDesigner60.SelectItemName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectItemName(const PropertyName: string);

C++

virtual void __fastcall SelectItemName(const System::UnicodeString PropertyName) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner60

Description

Selects the object that is the implementation of a specified property.

Call SelectItemName to select the object that implements a specified property of the currently selected object. SelectItemName allows selection to move to another component when the user selects a property of the currently selected component.

PropertyName is the name of the property on the currently selected component.

See Also