wwUtils::PropertyDump

Dumps all of an objects properties to a string separated by Carriage Returns. Note Long strings will be truncated at 80 characters.

This is meant as a debugging function to quickly see what an object's state is. For real object persistence use the wwXML object.

o.PropertyDump(loObject)

string of all object properties in key/value pairs separated by =.

Parameters

loObject
Object to dump.

See also

Library wwUtils

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic