Click or drag to resize

CoreDb.Deleted Method

X#
Return the deleted status of the current record.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD Deleted() AS LOGIC
Request Example View Source

Return Value

Type: Logic
TRUE if the current record is marked for deletion; otherwise, FALSE. If there is no database file in use in the current work area, CoreDbDeleted() returns FALSE.
Remarks
Tip Tip
VoDbDelete() and CoreDb.Delete() are aliases
See Also