Click or drag to resize
XRecordSave Method
Saves this record, without any undo. This function is safe for non-writable-fields WARNING: There is no undo!

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Save(
	bool p_SaveTargets
)

Parameters

p_SaveTargets
Type: SystemBoolean
if set to true save targets .

Return Value

Type: Boolean
true if The record is saved witout error, false otherwise.
See Also