RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParameter.Name Property

Identifies the TParameter object.

Pascal
property Name: WideString;
C++
__property BSTR Name;

Use Name to identify a particular parameter within a TParameters object.

Note: Name is the name of the TParameter object, not the name of the parameter it represents in a query or stored procedure.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!