ArcPad Scripting Object Model
Delete Method
See Also  Send comments on this topic.
Recordset Collection : Delete Method

Glossary Item Box

Description

Deletes the current record.

Syntax

object.Delete

Remarks

The RecordSet must contain a current record before you call the Delete method or a run-time error will occur. You must call the Update method after calling Delete or the record will not be deleted.

Example

See Also

© 2012 All Rights Reserved.