RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParamList.FieldDescs Property

Contains the field descriptors for each parameter maintained by the parameter list object.

Pascal
property FieldDescs: TFieldDescList;
C++
__property TFieldDescList FieldDescs;

Examine FieldDescs to determine the characteristics of each parameter maintained by the parameter list object. Applications usually have no need to access this property directly. 

 

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