[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Looks up an integer value in a integer-to-identifier map list.
Source position: classesh.inc line 1624
function IdentToInt( |
const Ident: String; |
var Int: LongInt; |
const Map: array [] of TIdentMapEntry |
):Boolean; |
IdentToIntsearches Mapfor an entry whose Namefield matches Identand returns the corresponding integer value in Int. If a match was found, the function returns True, otherwise, Falseis returned.
|
Callback for converting identifiers to integers. |
|
|
Callback for converting integers to identifiers. |
|
|
Looks up an identifier for an integer value in a identifier-to-integer map list. |
|
|
Record used when associating names with integer values. |