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

AVEVA™ Plant SCADA

DevDelete

  • Last UpdatedJul 18, 2023
  • 1 minute read

Deletes the current record in a dBASE database device. The record is not physically deleted, but is marked for deletion. You can physically delete the record by packing the database with the DevControl function.

For SQL devices, this function is a blocking Cicode function.

Syntax

DevDelete(hDev)

hDev:

The device handle, returned from the DevOpen function. The device handle identifies the table where all data on the associated device is stored.

Return Value

0 (zero) if the record is successfully deleted, otherwise an error code is returned.

DevOpen, DevClose, DevControl

Example

! Delete the current record.

DevDelete(hDev);

See Also

Device Functions

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