|
![]() |
![]() |
version 2003
PA_BringProcessToFront (pNum)
Parameter | Type | Description | |
pNum | long | → | Process 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
Error Handling
always returns
eER_NoErr