Icon TEDBDebugVariable

Unit: edbcomps

TEDBDebugVariable = record Name: String; VariableType:
      TEDBDebugVariableType; Line: Integer; Column: Integer; DataType:
      String; Count: Integer; Value: String; end

This type is used with the TEDBScript GetDebugVariable method.
Image