Datasnap.DSCommonServer.TDSCustomServer.SetMethodTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMethodTable(const Methods: TDBXTable);

C++

void __fastcall SetMethodTable(Data::Dbxcommontable::TDBXTable* const Methods);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSCustomServer

Description

Protected setter implementation for the MethodTable property.

SetMethodTable is the protected setter implementation for the MethodTable property.

See Also