[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'GraphType' (#lazutils)

TRawImageQueryFlags

Set type used to store values from the TRawImageQueryFlag enumeration.

Declaration

Source position: graphtype.pp line 114

type TRawImageQueryFlags = set of (

  riqfMono,

  

Include a description for a mono image.

  riqfGrey,

  

Include a description for a grey image.

  riqfRGB,

  

Include a description for an RGB image.

  riqfAlpha,

  

Include a description for an Alpha channel.

  riqfMask,

  

Include a description for a Mask.

  riqfPalette,

  

Include a description for a Palette.

  riqfUpdate

  

Update given description (instead of clearing it).

);

Description

Passed as an argument to routines in the LCL interface an widgetset classes. Used to determine when the image descriptor for raw image data needs to be read from its device context or handle.

See also

TRawImageQueryFlag

  

Image formats supported by a device, or present in image data.


Version 4.0 Generated 2025-05-03 Home