RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.SelectItemName Method

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

Pascal
procedure SelectItemName(const PropertyName: string);
C++
__fastcall SelectItemName(const AnsiString PropertyName);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!