Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastleUtils
type TLongWordList = class(specialize TFPGList<LongWord>)
procedure AddList(Source: TLongWordList);
procedure AddArray(const A: array of LongWord);
function L: PLongWord;