CaptureFieldChange Method
- Last UpdatedApr 08, 2026
- 1 minute read
Captures a change in a field value by using the OASySDNA.MoC.HPDBChangeTrackerBridge.ChangeTrackerBridge.
protected void CaptureFieldChange(
RealTimeField field,
string oldValue,
string newValue,
bool hasChanged,
bool updatedSlotWithInt
)
protected:
void CaptureFieldChange(
RealTimeField^ field,
String^ oldValue,
String^ newValue,
bool hasChanged,
bool updatedSlotWithInt
)
Parameters
- field
- The RealTime field.
- oldValue
- The old field value.
- newValue
- The new field value.
- hasChanged
- Indicates if the field value has changed.
- updatedSlotWithInt
- Indicates if the update was called for a slot number that was set with an integer.