RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParam.Name Property

Specifies the name of the parameter.

Pascal
property Name: string;
C++
__property AnsiString Name;

Use Name to identify a particular parameter within a TParams object. Name is the name of the parameter, not the name of the field whose value the parameter represents. 

 

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