RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSQLDataSet.ProcParams Property

ProcParams lists the parameter descriptors obtained from the server for any stored procedure parameters.

Pascal
property ProcParams: TList;
C++
__property TList ProcParams;

When the SQL dataset represents a stored procedure, it fetches information about stored procedure parameters from the server as a list of parameter descriptors. It stores this list as the value of ProcParams. 

Applications never use the protected ProcParams directly. Instead, the information from the list is used to initialize the Params property. 

 

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