Data.SqlExpr.TSqlServerMethod.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
Unit: Data.SqlExpr | |
Parent: TSqlServerMethod |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TSqlServerMethod(System::Classes::TComponent* AOwner)/* overload */;
/* TCustomSQLDataSet.Create */ inline __fastcall TSqlServerMethod(System::Classes::TComponent* AOwner, Data::Dbxcommon::TDBXReader* DBXReader, bool AOwnsInstance)/* overload */ : TCustomSQLDataSet(AOwner, DBXReader, AOwnsInstance) { }
Description
Create new instance of TSqlServerMethod.
This method creates a new instance of TSqlServerMethod.