Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : Sorted property
 

Sorted property

(Windows only; GUI for .NET only)
Use this property to indicate whether you have successfully reopened the query to affect the sort based on the argument values specified in the SortRequestEventArgs object. Set to TRUE if the query was successfully reopened. Set to FALSE if the query was not reopened. The default value is TRUE.
Data type: LOGICAL
Access: PUBLIC Readable/Writeable
Applies to: Progress.Data.SortRequestEventArgs class

See also

SortRequest event