Activate a requester.
Source position: intuition.pas line 4157
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. |