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

TDisplayInfo

Structure to hold informations about Display.

Declaration

Source position: agraphics.pas line 1816

type TDisplayInfo = record

  Header: TQueryHeader;

  

  NotAvailable: Word;

  

If 0 DisplayInfo available, else not available -> see Constants DI_AVAIL_*

  PropertyFlags: LongWord;

  

Properties of this mode (DIPF_*)

  Resolution: TPoint;

  

Ticks-per-pixel X/Y

  PixelSpeed: Word;

  

Approximation in nanoseconds

  NumStdSprites: Word;

  

Number of standard amiga sprites

  PaletteRange: Word;

  

Distinguishable shades available

  SpriteResolution: TPoint;

  

Standard sprite ticks-per-pixel X/Y

  Pad: array [0..3] of Byte;

  

  RedBits: Byte;

  

Number of bits for Red color

  GreenBits: Byte;

  

Number of bits for Green color

  BlueBits: Byte;

  

Number of bits for Blue color

  Pad2: array [0..4] of Byte;

  

  RTGBoardNum: Byte;

  PixelFormat: LongWord;

  Reserved: array [0..1] of LongWord;

  

Terminator

end;

See also

FindDisplayInfo

  

Search for a record identified by a specific key

GetDisplayInfoData

  

Query DisplayInfo Record parameters


Documentation generated on: 2021-07-30