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:
 
xpxGetTypePathString(typedValue          : GENERIC;
                     VAR theDottedPath   : STRING)                     status              : INTEGER;
 
The xpxGetTypePathString function returns the type path of a typed value in ?dot string notation?, i.e. theDottedPath is a string containing type names separated with dots. E.g. ?type1.type2.type3?.

  • No labels