InitProc

Initialization routine

Declaration

Source position: systemh.inc line 781

const
InitProc : CodePointer = Nil

Description

InitProc is a routine that can be called after all units were initialized. It can be set by units to execute code that can be initialized after all units were initialized.

Remark

When setting the value of InitProc, the previous value should always be saved, and called when the installed initialization routine has finished executing.
!!!

See also

Name Description
CodePointer Code pointer (8/16 bit targets)
ExitProc Exit procedure pointer.