Data.SqlExpr.TSqlServerMethod.Create
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) { }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | TSqlServerMethod |
Description
Create new instance of TSqlServerMethod.
This method creates a new instance of TSqlServerMethod.