Icon TEDBDebugVariable

Header File: edbcomps

struct TEDBDebugVariable{ public: System::UnicodeString Name;
      TEDBDebugVariableType VariableType; int Line; int Column;
      System::UnicodeString DataType; int Count; System::UnicodeString
      Value;}

This type is used with the TEDBScript GetDebugVariable method.
Image