Datasnap.Provider.TLocalAppServer

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTLocalAppServer
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.Provider.pas
Datasnap.Provider.hpp
Unit: Datasnap.Provider
Parent: Datasnap.Provider

Delphi

TLocalAppServer = class(TInterfacedObject, IAppServer{$IFDEF MSWINDOWS}{$IFNDEF NEXTGEN}, ISupportErrorInfo{$ENDIF}{$ENDIF})

C++

class PASCALIMPLEMENTATION TLocalAppServer : public System::TInterfacedObject

Description

Represents the implementation of the IAppServer interface.

The TLocalAppServer class implements functionality used to communicate between the client dataset and a provider component from which it will receive data and to which it will apply updates.

See Also