Datasnap.DSServer.TDSCallbackTunnel.ThinPop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ThinPop: TDSCallbackTunnelBufferItem read FThinPop write FThinPop;

C++

__property TDSCallbackTunnelBufferItem* ThinPop = {read=FThinPop, write=FThinPop};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnel

Description

Represents a temporary storage for the last item popped.

The ThinPop property represents a temporary storage for the last item popped. ThinPop is used by the thin client implementation of the callback channel to remember the last item popped from the queue, as the client disconnects and then reconnects with the server to finish with the use of the item.

See Also