wwDotNetBridge.GetField
Retrieves the value of a public
field.
o.GetField(loInstance, lcFieldname)
Field value or an Exception is thrown if the field doesn't exist or is inaccessible.
Parameters
loInstance
Instance on which the field lives.
lcFieldname
Name of the field to retrieve the value from
Remarks
Only public
fields are retrieved.
See also
Class wwDotNetBridge© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic