Return type:
Applies to:
LOAD-MOUSE-POINTER ( pointer-name )A character-string expression that specifies the name of a mouse pointer. The expression can contain Unicode characters. See OpenEdge Development: Internationalizing Applications for more information about Unicode.ABL provides a collection of mouse pointers that you can use in graphical applications. Table 85 names and describes each mouse pointer in the collection.
Table 85: In addition to the mouse pointers that ABL supplies, you can also use a bitmap that you supply that is in the form of a Windows cursor (.cur or .ani) file. To use such a bitmap, substitute the name of the Windows cursor file for pointer-name.In Windows, you can specify a URL pathname. If you specify a fully-qualified URL, LOAD-MOUSE-POINTER( ) loads the pointer file directly without searching directories or URLs in PROPATH. Valid URL protocols include HTTP and HTTPS.
Note: URL pathnames cannot contain the percent symbol (%). If an error exists in a URL specified on the PROPATH, the LOAD-MOUSE-POINTER( ) method continues searching with the next PROPATH entry.If you specify URL pathnames on the PROPATH and your application repeatedly uses the LOAD-MOUSE-POINTER( ) method with a URL pathname, you can improve performance by using the SEARCH function once to determine the full URL pathname to the directory containing the pointer files. Use this value to create a fully-qualified URL pathname for pointer-name and avoid repeated searches of the PROPATH.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |