RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.GetComponentNames Method

Executes a callback for every component that can be assigned a property of a specified type.

Pascal
procedure GetComponentNames(TypeData: PTypeData; Proc: TGetStrProc);
C++
__fastcall GetComponentNames(PTypeData TypeData, TGetStrProc Proc);

Use GetComponentNames to call the procedure specified by the Proc parameter for every component that can be assigned a property that matches the TypeData parameter. For each component, Proc is called with its S parameter set to the name of the component. This parameter can be used to obtain a reference to the component by calling the GetComponent method.

Note: GetComponentNames calls Proc for components in units that are in the uses clause of the current root object's unit (Delphi) or included by that unit (C++), as well as the entity that is the value of Root.
 

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