RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBStoredProc.Params Property

Stores the input and output parameters for a stored procedure.

Pascal
property Params: TParams;
C++
__property TParams Params;

Access Params at runtime to set input parameter names, values, and data types dynamically (at design time use the Parameters editor to set parameter information). Params is an array of parameter values. 

An application can also access Params after executing a stored procedure to retrieve the output parameters returned to the procedure by the server. 

 

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