Language Reference Guide : 4. System Classes : QueryObject Class : RunTimeWhere Attribute
 
Share this page                  
RunTimeWhere Attribute
Data Type: StringObject
4GL Access: RW
The RunTimeWhere attribute can be used to define the where clause for your QueryObject. If you also define a DesignTimeWhere clause (see DesignTimeWhere Attribute) in your code, the two where clauses will be combined together with AND to form the final where clause for the QueryObject.