Gets the last data value that was written via this dynamic, or null if no data value has been written.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Object GetLastWrittenValue() |
Visual Basic |
---|
Public Function GetLastWrittenValue As Object |
JScript |
---|
public function GetLastWrittenValue() : Object |
Return Value
The last data value that was written via this dynamic, or null if no data value has been written.Remarks
The value returned by this function represents the last value entered by the user, which might be
different than the currently displayed value. This value could be different from the currently
displayed value if new data updates have occurred since the last time a value was entered.
This value might also be different while a data write operation is still in-progress,
or if a data write operation failed.