RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOStoredProc.Create Constructor

Creates an instance of a TADOStoredProc component.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TADOStoredProc(TComponent * AOwner);

Call Create to instantiate an ADO stored procedure component at runtime. Stored procedure components placed in forms or data modules at design time are created automatically. 

Create 

Calls its inherited Create method. 

Sets the CommandType property to cmdStoredProc. 

 

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