RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParams.GetParamList Method

Fills a TList object with the TParam objects specified by name.

Pascal
procedure GetParamList(List: TList; const ParamNames: string);
C++
__fastcall GetParamList(TList List, const AnsiString ParamNames);

Use GetParamList to obtain a subset of the field parameters in the Items list that have been identified by name. ParamNames is a string giving the names of all field parameters of interest. Multiple parameter names are separated by semicolons (;). 

GetParamList adds the field parameters to List in the order they appear in ParamNames. If ParamNames includes a name that does not match any of the field parameters in Items, an exception is raised. 

 

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