Datasnap.DSCommonServer.TDSServerMethodEventObject.MethodInstance

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSServerMethodEventObject

Delphi

property MethodInstance: TObject read FMethodInstance;

C++

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

Description

Provides the instance of the server method class.

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

See Also