[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

Request

Activate a requester.

Declaration

Source position: intuition.pas line 3227

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: 2017-01-10