RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SqlExpr.FreeProcParams Function

Frees a list of procedure parameters that is allocated by GetProcedureParams.

Pascal
procedure FreeProcParams(var ProcParams: TList);
C++
FreeProcParams(TList ProcParams);

Use FreeProcParams to free a list of stored procedure parameters after using them. FreeProcParams takes a single parameter, ProcParams, which is a list of parameter information that was returned from a call to the GetProcedureParams method of TSQLConnection. It frees all of the parameter structures in the list, and then frees the list itself, changing the parameter that was passed in to nil (Delphi) or NULL (C++). 

 

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