Datasnap.DSServer.TDSCallbackTunnel.ThinPop

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ThinPop: TDSCallbackTunnelBufferItem read FThinPop write FThinPop;

C++

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

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