Previous Next

Query object handle
A handle to a query object. A query object corresponds to an underlying ABL query, which can be static or dynamic. An example of a static underlying query is one you define at compile time with the DEFINE QUERY statement. An example of a dynamic underlying query is one you create at run time with the new CREATE QUERY statement.
Syntax 
 
query-handle [ :attribute | :method ]
query-handle
An item of type HANDLE representing a handle to a query object.
attribute
An attribute of the query object.
method
A method of the query object.
Attributes
 
Methods
 
See also 
Buffer object handle, Buffer-field object handle

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.