Unit Symbols
Dependencies
Declaration
const stAlias: Integer = 1
Description
Declaration
const stArray: Integer = 0
Description
Declaration
const stClass: Integer = 2
Description
Declaration
const stConstant: Integer = 3
Description
Declaration
const stField: Integer = 4
Description
Declaration
const stFunction: Integer = 5
Description
Declaration
const stMember: Integer = 6
Description
Declaration
const stParam: Integer = 7
Description
Declaration
const stProperty: Integer = 8
Description
Declaration
const stRecord: Integer = 9
Description
Declaration
const stUnit: Integer = 10
Description
Declaration
const stUnknown: Integer = -1
Description
Declaration
const stVariable: Integer = 11
Description