Try OpenEdge Now
ABL Reference
Class Properties and Methods Reference
:
IsAbstract( ) method
IsAbstract( ) method
Returns a LOGICAL value indicating if the specified object is a class type defined as ABSTRACT. This method supports the reflection capabilities of the Progress.Lang.Class class.
Return type:
LOGICAL
Access:
PUBLIC
Applies to:
Progress.Lang.Class class
Syntax
IsAbstract( )
See also
CLASS statement