QueryProperties
lfunLFUN
mapping QueryProperties ()
DESCRIPTION
Return all properties of an object.
Result:
A mapping indexed by the property names, with the property values
as data.
The function returns both hard- and softcoded properties.
EXAMPLE
write(sprintf("%O\n", obj->QueryProperties()));
prints the current setting of <obj>'s all properties.
IMPLEMENTED
/std/base
SEE ALSO
properties(C)