GetObjectWasmType (open)
Returns the WASM type of an object (of the toplevel objecttype)
Syntax
LOADLIB "wh::devsupport.whlib";
STRING FUNCTION GetObjectWasmType(OBJECT obj)Parameters
OBJECT objObject to get the WASM type for
Return value
STRINGWASM type of the object (empty string if not set)