RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOStoredProc.Parameters Property

Contains the collection of parameters for an SQL statement.

Pascal
property Parameters: TParameters;
C++
__property TParameters Parameters;

At design-time, use Parameters to access the parameters for the SQL statement used by the ADO component. Use the properties and methods of Parameters to set and get individual parameter values or to set or inspect parameter attributes. 

At runtime, use the Parameters property editor to access the collection of parameters. 

 

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