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

SetMode

Set the current behavior of a handler

Declaration

Source position: amigados.pas line 2314

function SetMode(

  Fh: BPTR;

  Mode: LongInt

):LongBool;

Arguments

Fh

  

filehandle

Mode

  

The new mode you want

Description

SetMode() sends an ACTION_SCREEN_MODE packet to the handler in question, normally for changing a CON: handler to raw mode or vice-versa. For CON:, use 1 to go to RAW: mode, 0 for CON: mode.


Documentation generated on: 2017-01-10