Icon TEDBDebugVariable

Header File: edbcomps

struct TEDBDebugVariable{ AnsiString Name; TEDBDebugVariableType
      VariableType; int Line; int Column; AnsiString DataType; int
      Count; AnsiString Value;} 

This type is used with the TEDBScript GetDebugVariable method.
Image