RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAggregates.Find Method

Returns the TAggregate object with a specified name.

Pascal
function Find(const DisplayName: string): TAggregate;
C++
__fastcall TAggregate Find(const AnsiString DisplayName);

Call Find to obtain a specified TAggregate object from the Items property array. The DisplayName parameter specifies the value of the aggregate's AggregateName property. If there is no aggregate with the specified name in the Items property array, Find returns nil (Delphi) or NULL (C++). 

 

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