TIdentMapEntry

Record used when associating names with integer values.

Declaration

Source position: classesh.inc line 2402

Type
TIdentMapEntry = record
  Value : Integer;
  Name : string;
end

Description

TIdentMapEntry is used internally by the IdentToInt and IntToIdent calls to store the mapping between the identifiers and the integers they represent.

See also

Name Description
IdentToInt Looks up an integer value in a integer-to-identifier map list.
Integer A signed 16-bits integer
IntToIdent Looks up an identifier for an integer value in a identifier-to-integer map list.

results matching ""

    No results matching ""