GET-CLASS ( object-type-name )Specifies the type name of an ABL or .NET class or interface type, using the syntax described in the Type-name syntax reference entry. With an appropriate USING statement, you can also specify an unqualified class or interface name alone. If object-type-name is not the name of an existing ABL class that can be found on PROPATH or (for Windows) a .NET class that can be resolved based on the assemblies.xml file in use, a compiler error will result.
USING Progress.Lang.*.USING acme.myObjs.*.DEFINE VARIABLE lFinal AS LOGICAL.lFinal = GET-CLASS(CustObj):IsFinal().MESSAGE "Is the class FINAL? " lFinal VIEW-AS ALERT-BOX.
© 2014 Progress Software Corporation and/or its subsidiaries or affiliates. |