Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : IsIndexed( ) method
 

IsIndexed( ) method

Returns a LOGICAL value indicating if the specified class is an indexed class. This method only returns TRUE for an indexed .NET class; it always returns FALSE for ABL classes.
Return type: LOGICAL
Access: PUBLIC
Applies to: Progress.Lang.Class class

Syntax

IsIndexed( )