RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.GetObjectNames Method

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

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

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

Note: GetObjectNames 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!