Initializing help system before first use

Refresh Method

This reinitialises the XPRMMemBlk object with the data in the memory block in Mosel. Any changes you have made since you last called Update() will be lost. You _must_ call Refresh() after a memory block has been modified by Mosel!

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public void Refresh()
See Also