Datasnap.DSCommonServer.TDSCustomServer.GetMethodTable

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetMethodTable: TDBXTable;

C++

Data::Dbxcommontable::TDBXTable* __fastcall GetMethodTable();

Description

Protected getter implementation for the MethodTable property.

GetMethodTable is the protected getter implementation for the MethodTable property.

See Also