Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

Request

Activate a requester.

Declaration

Source position: intuition.pas line 4157

function Request(

  requester: pRequester;

  window: pWindow

):LongBool;

Arguments

requester

  

A pointer to the requester to be displayed.

window

  

A pointer to the window into which this requester goes.

Function result

If the requester is successfully opened, True is returned. Otherwise, if the requester could not be opened, False is returned.

Description

Links in and displays a requester into the specified window. This routine ignores the window's IDCMP_REQVERIFY flag.

See also

EndRequest

  

Remove a currently active requester.

InitRequester

  

Initialize a Requester structure.


Documentation generated on: 2021-07-30