Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
internetaccess
type TInternetAccessDataBlock = record
data: pointer;
count: SizeInt;
class function create(const s: string): TInternetAccessDataBlock; static;
function isEmpty: boolean; inline;