|
| Previous: 3.2 T3X -- Core Routines | TOC | Index | Back | Next: 3.2.2 BPW |
OBJECT T[T3X];
The T3X class contains a set of procedures which provide access to the most common operating system services, like opening, reading, writing, and erasing files, copying and comparing memory regions, receiving arguments, etc. The class requires no explicit initialization or shutdown.
The T3X class does not contain any variables. Therefore, it is sufficient to create a single instance per module.
| Previous: 3.2 T3X -- Core Routines | TOC | Index | Back | Next: 3.2.2 BPW |