VoDbDeleted Function | |
Return the deleted status of the current record.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax FUNCTION VoDbDeleted() AS LOGIC
public static bool VoDbDeleted()
Request Example
View SourceReturn 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, VODBDeleted() returns FALSE.
Remarks
VODBDeleted() is the same as Deleted(). See Deleted() for more information and examples.
Examples See Also