Delete Data Value Reference Function
- Updated2025-07-30
- 2 minute(s) read
Removes LabVIEW access to the data that the data value reference or the external data value reference points to. This function deletes the reference but leaves the data intact. Memory leakage might occur if you do not delete the reference.

Inputs/Outputs
data value reference
—
data value reference points to the data you want to recover. LabVIEW deletes this reference after you recover the data. Use the New Data Value Reference function to create a data value reference.
error in (no error)
—
error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality. This node runs normally even if an error occurred before this node runs.
data value
—
data value is the data the reference points to.
error out
—
error out contains error information. This output provides standard error out functionality. |
To avoid data copies, leave the data value output of this function unwired when working with external data value references.
data value reference
—
error in (no error)
—
data value
—
error out
—