PA_GetMessagesStatus

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_GetMessagesStatus char

ParameterTypeDescription
This command does not require any parameters
Function resultchar1 if progress thermometer is shown during
time consuming operations, else 0

Description

The command PA_GetMessagesStatus returns 1 if the progress thermometer is shown during time consuming operations such as sequential searches.

NOTE:

This information is not important if the plug-in is running under 4D Server, since this message window is never displayed in 4D Server.

To change the status of thermometer visibility, use PA_SetMessagesStatus.

To control where the thermometer will appear on the screen, use PA_SetThermometerRect.

See Also

PA_SetMessagesStatus, PA_SetThermometerRect.

Error Handling

PA_GetLastError always returns eER_NoErr


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next