Menu Content/Inhalt
Start arrow HS Object Kernel arrow HS OK - Articles arrow Basics of the construction and functionality of HSOK
Basics of the construction and functionality of HSOK Print
20 June 2007
Article Index
THSField class
THSBaseObject class
THSObject class
THSBaseList and descendants
"Weak" and "strong" references
Unicode support
XML support
The kernel object

This article describes the basics of the construction and functionality of the HSOK. The base classes and their functions are presented. Also there is a description of the automatic memory management and strong reference mechanism. The most useful properties and methods introduced by base classes are described.

HSOK construction 

HSOK source code is located in HSOK.pas module. This module contains definitions of base classes that are used to construct new classes with the Class Editor, as well as definition of the kernel class which coordinates functioning of all HSOK objects (described later in the article). On following pages you will find base classes descriptions, which you need to know to work with HSOK.