Click or drag to resize

SQLSelect.Deleted Property

X#
A logical value indicating whether the current row has been deleted.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Deleted AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A logical value indicating whether the current row has been deleted.
Remarks
A logical value indicating whether the current row has been deleted. It returns TRUE if the current row has been deleted; otherwise, it returns FALSE.
See Also