Data.Win.ADODB.TADOStoredProc.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

Create

Calls its inherited Create method.

Sets the CommandType property to cmdStoredProc.

See Also