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:
 
xpxSetUsedin(T                           : GENERIC;
             R                           : STRING;
             Instances_Using_T_in_Role_R : SET OF GENERIC)
             status                      : INTEGER;
 
The xpxSetUsedIn function is similar to the built-in function USEDIN (see Part-11 par. 15.26) except that a set is returned in stead of a bag. Please NOTE , as seen from the prototype, that this function does not return a status, which is normally the case for all xpx functions.

  • No labels