DesignIntf.IDesigner60.SelectItemName
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IDesigner60 | |
Delphi
procedure SelectItemName(const PropertyName: string);
C++
virtual void __fastcall SelectItemName(const System::UnicodeString PropertyName) = 0 ;
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.