{ This is the file 'CHKOFF.PAS' } { The following compiler directives disable run time checking of various attributes. This file should be included in the code when such checking is not required } {$nowalkback} {$noindexcheck} {$nopointercheck} {$norangecheck} {$nostackcheck}