...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION 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. Ee.g. ?"type1.type2.type3?.".
Arguments
...
Type | Name | Comment |
GENERIC | typedValue | |
STRING | theDottedPath | comment |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|