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

FreeSysRequest

Free resources gotten by a call to BuildSysRequest().

Declaration

Source position: intuition.pas line 3249

procedure FreeSysRequest(

  Window: PWindow

);

Arguments

Window

  

Value of the window pointer returned by a successful call to the BuildSysRequest() procedure

Description

This routine frees up all memory allocated by a successful call to the BuildSysRequest() procedure. If BuildSysRequest() returned a pointer to a window, then you are able to wait on the message port of that window to detect an event which satisfies the requester. When you want to remove the requester, you call this procedure. It ends the requester and deallocates any memory used in the creation of the requester. It also closes the special window that was opened for your system requester.

See also

BuildSysRequest

  

Build and display a system requester.

AutoRequest

  

Automatically build and get response from a requester.

CloseWindow

  

Close an Intuition window.


Documentation generated on: 2017-01-10