Click or drag to resize

VoDbDeleted Function

X#
Return the deleted status of the current record.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION VoDbDeleted() 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, VODBDeleted() returns FALSE.
Remarks
VODBDeleted() is the same as Deleted(). This function, however, does not call the error handler and will not, therefore, produce a runtime error message or create an error object if it fails. Thus, it may be important to check the return value to determine if the function succeeded.
the LastRddError property in the runtime state. will contain needed information regarding any error that occurs.
See Deleted() for more information and an example.
Examples