Click or drag to resize

SQLSelect.Used Property

X#
A logical value indicating whether the current query is active. It returns TRUE if the current query is active; otherwise, it returns FALSE.

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

Property Value

Type: Usual
A logical value indicating whether the current query is active. It returns TRUE if the current query is active; otherwise, it returns FALSE.
See Also