Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uakari.primate.wisc.edu!crdgw1!ge-dab!tarpit!peora!tran From: tran@peora.ccur.com (Nhan Tran) Newsgroups: comp.lang.pascal Subject: Re: Disable Control-Break: Got it! thanks. Message-ID: <4388@peora.ccur.com> Date: 8 Oct 90 17:18:58 GMT References: <4387@peora.ccur.com> Organization: Concurrent Computer Corp, Orlando, Fl Lines: 17 In article <4387@peora.ccur.com>, tran@peora.ccur.com (Nhan Tran) writes: > > In Turbo Pascal 3, there is a compiler directive {$C-} that will > disable the Control-Break. > > In Turbo Pascal 4, that feature is no longer there. > > Does anyone know how to disable Control-Break in TP 4 ?? > As many of you pointed out, there is a CheckBreak variable in Crt unit. Set CheckBreak to FALSE will disable it. It's in the manual all along and I never notice it ! Thanks. Nhan Tran