This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


PSP - Hostname Unit Reference

Introduction

Types

Procedures and Functions:

Tips and Tricks

Examples:

  • PSP_ROOT/src/examples/hostnametest.pp
  • PSP_ROOT/src/examples/httptest.pp

Introduction

    This unit simplifies host name into IP address and IP address into host name resolving. You may use it with sockets unit and in miscellaneous purpose.

Types

// Dynamic array of strings
type StrArray = array of string;

Tips and Tricks

  • You can use this unit in whois-like services, but only if the host machine participates in DNS.

PSP Help documents