Datasnap.DSSession.TDSTunnelSession.UserPointer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserPointer: Pointer read FUserPointer write FUserPointer;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSTunnelSession

Description

Represents the user pointer.

The UserPointer property represents the user pointer.

See Also