Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

DspInfoDestroy

  • Last UpdatedJul 18, 2023
  • 1 minute read

Destroys an object information block created by DspInfoNew(). You should destroy an object information block when you no longer need it, to free Plant SCADA resources.

When the page (with which the object is associated) is closed, Plant SCADA automatically destroys the object information block.

Syntax

DspInfoDestroy(hInfo)

hInfo:

The object information block handle, as returned by DspInfoNew(). This handle identifies the table (or block) where all object data is stored.

Return Value

0 (zero) if successful, otherwise an error is returned.

DspInfo, DspInfoNew, DspInfoField, DspInfoValid

Example

hInfo=DspInfoNew(20);
! Do animation operation
DspInfoDestroy(hInfo);

See Also

Display Functions

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in