Unit 'Debugger' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_debuggeride]

TDBGEventRec

Declaration

Source position: debugger.pp line 1962

type TDBGEventRec = packed record

  case Boolean of

    False: (

        Category: Word;

  

        EventType: Word;

  

      );

    True: (

        Ptr: Pointer;

  

      );

end;



CT Web help

CodeTyphon Studio