Platform |
Win32, x64 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Purpose |
To obtain an information string from ClearWin+. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Syntax |
CHARACTER(*) FUNCTION CLEARWIN_STRING@( STR ) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description |
When in a ClearWin+ call-back this function is used to determine extra information about the nature of the call-back. For example passing STR = 'CALLBACK_REASON' will reveal more about why the call-back was called. The following values for STR are valid: |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
CHECKING_DIRECTORY, FILE_FOUND and FIND_FILE_CALLBACK_REASON CURRENT_TEXT_ITEM, CURRENT_TEXT_DOCUMENT and CURRENT_TEXT_TITLE CURRENT_MENU_ITEM CURRENT_URL DROPPED_FILE ERROR_REPORT< br/> Contains the current error message if a native graph plotting routine returns an error code. See Native graph plotting. EDITED_TEXT MESSAGE_TEXT PRINTER_DOCUMENT CALLBACK_REASON
|
Return value |
Returns the value of the specified string parameter. |
See also |