API:Datasnap.DSCommonProxy.TDSMethodParametersEntity.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.DSCommonProxy.pas
Datasnap.DSCommonProxy.hpp
Unit: Datasnap.DSCommonProxy
Parent: TDSMethodParametersEntity

Delphi

constructor Create(const Table: TDBXTable; const OwnTable: Boolean); overload;
constructor Create(const OwnTable: Boolean); overload;

C++

__fastcall TDSMethodParametersEntity(Data::Dbxcommontable::TDBXTable* const Table, const bool OwnTable)/* overload */;
__fastcall TDSMethodParametersEntity(const bool OwnTable)/* overload */;

Description

Creates a TDBXTableEntity instance.

Datasnap.DSCommonProxy.TDSMethodParametersEntity.Create inherits from Data.DBXCommonTable.TDBXTableEntity.Create. All content below this line refers to Data.DBXCommonTable.TDBXTableEntity.Create.

Creates a TDBXTableEntity instance.

The Create constructor creates an instance of the TDBXTableEntity class.

See Also