Data.Win.ADODB.TADOStoredProc.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.Win.ADODB.pas Data.Win.ADODB.hpp
| |
Unit: Data.Win.ADODB | |
Parent: TADOStoredProc |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TADOStoredProc(System::Classes::TComponent* AOwner);
Description
Creates an instance of a TADOStoredProc component.
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.
Calls its inherited Create method.
Sets the CommandType property to cmdStoredProc.