Datasnap.DSSession.TDSTunnelSession.UserPointer

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property UserPointer: Pointer read FUserPointer write FUserPointer;

C++

__property void * UserPointer = {read=FUserPointer, write=FUserPointer};

Description

Represents the user pointer.

The UserPointer property represents the user pointer.

See Also