Datasnap.DSCommonServer.TDSCustomServer.SetMethodTable

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSCustomServer

Delphi

procedure SetMethodTable(const Methods: TDBXTable);

C++

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

Description

Protected setter implementation for the MethodTable property.

SetMethodTable is the protected setter implementation for the MethodTable property.

See Also