Activate a requester.
Source position: intuition.pas line 3491
function Request( |
Requester: PRequester; |
Window: PWindow |
):LongBool; |
Requester |
|
A pointer to the requester to be displayed. |
Window |
|
A pointer to the window into which this requester goes. |
If the requester is successfully opened, True is returned. Otherwise, if the requester could not be opened, False is returned.
Links in and displays a requester into the specified window. This routine ignores the window's IDCMP_REQVERIFY flag.
|
Remove a currently active requester. |
|
|
Initialize a Requester structure. |