Datasnap.DSCommonServer.TDSServerMethodEventObject.MethodInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MethodInstance: TObject read FMethodInstance;

C++

__property System::TObject* MethodInstance = {read=FMethodInstance};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSServerMethodEventObject

Description

Provides the instance of the server method class.

Read the MethodInstance property to obtain the instance of the server method class.

See Also