Datasnap.Provider.TLocalAppServer

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTLocalAppServer

Delphi

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

C++

class PASCALIMPLEMENTATION TLocalAppServer : public System::TInterfacedObject

Properties

Type Visibility Source Unit Parent
class public
Datasnap.Provider.pas
Datasnap.Provider.hpp
Datasnap.Provider Datasnap.Provider

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