Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxGetIntegerMap(mapTableIndex , integerKey : INTEGER;                 VAR instance               : GENERIC)
                 status                     : INTEGER;
 
The xpxGetIntegerMap function is used to find an instance that has previously been connected to an numeric key by the xpxMapInteger function. The argument mapTableIndex must be the same as used in the related xpxMapInteger function. The instance found is returned in the instance argument. If no instance is found connected to the integerKey then the instance argument is set to zero.

  • No labels