Data.Win.ADODB.TADOStoredProc.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TADOStoredProc(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TADOStoredProc

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.

Create

Calls its inherited Create method.

Sets the CommandType property to cmdStoredProc.

See Also