...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxMapInteger(mapTableIndex , integerKey : |
...
INTEGER;
instance : GENERIC)
status : INTEGER;
|
The xpxMapInteger function is used to connect an instance to an integer key. The actual instance can later be found by using the xpxGetIntegerMap function. The argument mapTableIndex specifies a particular map (hash) table used for connecting the specified instance to the numeric key integerKey. The number of map tables available in an EDMmodelConverter EDMmodelConverter is specified when the actual EDMmodelConverter is generated.EDMmodelConverter is generated.
Arguments
...
Type | Name | Comment |
INTEGER | mapTableIndex | specifies a particular map (hash) table used for connecting the specified instance to the numeric key integerKey |
INTEGER | integerKey | |
GENERIC | instance |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|