PA_BringProcessToFront

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

version 2003


PA_BringProcessToFront (pNum)

ParameterTypeDescription
pNumlongProcess to pass to the frontmost level

Description

The routine PA_BringProcessToFront brings all process number windows to the front.

This works like the BRING TO FRONT command. Please refer to the 4th Dimension Language Reference manual for more information.

Example

Bring to the font.

   PA_BringProcessToFront( PA_GetCurrentProcessNumber() );

See Also

BRING TO FRONT.

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