Icon TEDBDebugVariableType

Unit: edbcomps

TEDBDebugVariableType = (vtNone,vtSimple,vtArray,vtRow,vtCursor,
      vtStatement)

This type is used with the TEDBScript TEDBDebugVariable record type to specify the type of variable being described.

ElementDescription
vtArrayIndicates an array type.
vtCursorIndicates a cursor type.
vtNoneIndicates an unknown type.
vtRowIndicates a row type.
vtSimpleIndicates a simple scalar type.
vtStatementIndicates a statement type.
Image