RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOStoredProc.ProcedureName Property

Indicates the stored procedure used by the TADOStoredProc.

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

Set ProcedureName to specify the stored procedure in an ADO database with which the TADOStoredProc is associated. 

At design-time, the property editor displays a list of available stored procedures. This list is only possible when a valid connection can be established between the stored procedure component and a database. 

At runtime, set the ProcedureName property using a WideString (or comparable) value. The value used must be a valid name for a stored procedure in the associated database. 

 

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