Click or drag to resize

MessageInitFields Method

Sets the value of each field of the Message to its default value.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public void InitFields()
Remarks

The default value of a field is obtained using the Default property.

Nothing happens if the Message does not have a Layout.

See Also