Promotic

Delete - method of the PmaDatabase object

Description:
Deletes the record on the current position in the database table.
Syntax:
Empty Delete()
Note:
The method deletes the row on the current position in the table, by calling the method the current position is moved to the previous row. If this row does not exist, then after calling this method, the current row isn't set and before next calling the methods Delete, ReadFieldValue, WriteFieldValue, etc. (requiring the current row to be set), it must be set, for example, by calling some of the methods Move.. (e.g. MoveFirst).
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

oDb.Delete();
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.