Unit 'DbgIntfDebuggerBase' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_debuggerintf]

TDBGValue

Declaration

Source position: dbgintfdebuggerbase.pp line 472

type TDBGValue = record

  AsString: ansistring;

  

  case Integer of

    0: (

        As8Bits: Byte;

  

      );

    1: (

        As16Bits: Word;

  

      );

    2: (

        As32Bits: DWORD;

  

      );

    3: (

        As64Bits: QWord;

  

      );

    4: (

        AsSingle: Single;

  

      );

    5: (

        AsDouble: Double;

  

      );

    6: (

        AsPointer: Pointer;

  

      );

end;



CT Web help

CodeTyphon Studio