Class TRALIPConfig
Unit
Declaration
type TRALIPConfig = class(TPersistent)
Description
Internal IP Configuration property of RALServer
Hierarchy
- TObject
- TPersistent
- TRALIPConfig
Overview
Methods
![]() |
constructor Create(AOwner: TRALServer); |
![]() |
procedure SetIPv6Enabled(AValue: boolean); |
Properties
![]() |
property IPv4Bind: StringRAL read FIPv4Bind write FIPv4Bind; |
![]() |
property IPv6Bind: StringRAL read FIPv6Bind write FIPv6Bind; |
![]() |
property IPv6Enabled: boolean read FIPv6Enabled write SetIPv6Enabled; |
Description
Methods
![]() |
constructor Create(AOwner: TRALServer); |
![]() |
procedure SetIPv6Enabled(AValue: boolean); |
Properties
![]() |
property IPv4Bind: StringRAL read FIPv4Bind write FIPv4Bind; |
![]() |
property IPv6Bind: StringRAL read FIPv6Bind write FIPv6Bind; |
![]() |
property IPv6Enabled: boolean read FIPv6Enabled write SetIPv6Enabled; |
GitHub Repository
Generated by PasDoc 0.16.0.


