xpxGetHashedValue

FUNCTION xpxGetHashedValue(hashTableIndex, index : INTEGER;
                           hashKey               : GENERIC;
                           VAR instanceId        : INTEGER) 
                           status                : INTEGER;

The xpxGetHashedValue function looks up in the specified hash table for instances that match the given "lookup value".

Arguments


TypeNameComment
INTEGERhashTableIndexidentifies the actual hash table and is returned by a previous xpxMakeHashTable operation when the actual hash table was created
INTEGERindex

is the index in the hash table for all elements in the hash table that exactly matches the specified hashedkey. index start with the value 1.

GENERIChashKeyis the actual value of the attribute which is specified as key
INTEGERinstanceIdIs the returned value that uniquely identifies the instance in the hash table that matches the "lookup value": hashTableIndex, index and hashedKey. This is set to the constant xpxNullId when no matching instance is found in the actual hash table.

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â