[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: IdIPAddress.pas line 74
type TIdIPAddress = class(TObject) |
||
protected |
||
|
||
|
||
function GetIPv4AsString; |
|
|
function GetIPv6AsString; |
|
|
function GetIPAddress; |
|
|
public |
||
|
||
constructor Create; virtual; |
|
|
class function MakeAddressObject(); |
|
|
function CompareAddress(); |
|
|
function HToNBytes; |
|
|
|
||
property IPv4AsString: string; [r] |
|
|
property IPv6AsString: string; [r] |
|
|
property AddrType: TIdIPVersion; [rw] |
|
|
property IPAsString: string; [r] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |