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

EndRequest

Remove a currently active requester.

Declaration

Source position: intuition.pas line 3207

procedure EndRequest(

  Requester: PRequester;

  Window: PWindow

);

Arguments

Requester

  

A pointer to the requester to be removed

Window

  

A pointer to the Window structure with which this requester is associated

Description

Ends the request by erasing the requester and decoupling it from the window.

Note that this doesn't necessarily clear all requesters from the window, only the specified one. If the window labors under other requesters, they will remain in the window.

See also

InitRequester

  

Initialize a Requester structure.

Request

  

Activate a requester.


Documentation generated on: 2017-01-10