Unit 'cybergraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

CVideoCtrlTagList

Control video output

Declaration

Source position: cybergraphics.pas line 176

procedure CVideoCtrlTagList(

  Vp: PViewPort;

  TagList: PTagItem

);

Arguments

TagList

  

Pointer to Taglist to control operation

Description

This function controls the video output of the gfx board to which the specified ViewPort belongs to.

Available Tags

SETVC_DPMSLevel

(LongWord) Set the DPMS level for the specified viewport Supported levels are:

Snippet

{ set DPMS level }
CVideoCtrlTags(@Scr^.ViewPort, [SETVC_DPMSLevel, DPMS_OFF, TAG_DONE]);	

Errors

Some DPMS levels are not implemented for certain graphics cards

See also

CVideoCtrlTags

  

VarArgs version of CVideoCtrlTagList


Documentation generated on: 2021-07-30