Class TRALClientInfo
Unit
Declaration
type TRALClientInfo = class(TPersistent)
Description
Class that stores information from the client. Some of them can only be obtained with RALClient
Hierarchy
- TObject
- TPersistent
- TRALClientInfo
Overview
Methods
![]() |
procedure AssignTo(Dest: TPersistent); override; |
Properties
![]() |
property IP: StringRAL read FIP write FIP; |
![]() |
property MACAddress: StringRAL read FMACAddress write FMACAddress; |
![]() |
property Port: IntegerRAL read FPort write FPort; |
![]() |
property UserAgent: StringRAL read FUserAgent write FUserAgent; |
Description
Methods
![]() |
procedure AssignTo(Dest: TPersistent); override; |
Properties
![]() |
property IP: StringRAL read FIP write FIP; |
![]() |
property MACAddress: StringRAL read FMACAddress write FMACAddress; |
![]() |
property Port: IntegerRAL read FPort write FPort; |
![]() |
property UserAgent: StringRAL read FUserAgent write FUserAgent; |
GitHub Repository
Generated by PasDoc 0.16.0.

