If the type cannot be found, this method returns the Unknown value (?) and optionally throws a .NET Exception.
Return type:
Access:
Applies to:
TypeHelper:GetType ( INPUT class-name AS CHARACTER, INPUT throw-on-error AS LOGICAL )
USING System.Windows.Forms.* FROM ASSEMBLY.USING Progress.Util.* FROM ASSEMBLY.DEFINE VARIABLE btnType AS System.Type NO-UNDO.btnType = TypeHelper:GetType( "System.Windows.Forms.Button" ).
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |