Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
lists
type TLinkedListBase = record
Count: uint32;
Head: PLinkedList;
ElementSize: uint32;