[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Looks up an identifier for an integer value in a identifier-to-integer map list.
Source position: classesh.inc line 1649
function IntToIdent( |
Int: LongInt; |
var Ident: String; |
const Map: array of TIdentMapEntry |
):Boolean; |
IdentToInt searches Map for an entry whose Value field matches Int and returns the corresponding identifier in Ident. If a match was found, the function returns True, otherwise, False is returned.
|
Callback for converting identifiers to integers. |
|
|
Callback for converting integers to identifiers. |
|
|
Looks up an integer value in a integer-to-identifier map list. |
|
|
Record used when associating names with integer values. |
No notes exist for this page yet.