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

TRawImageQueryFlag

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

Declaration

Source position: graphtype.pp line 94

type TRawImageQueryFlag = (

  riqfMono,

  riqfGrey,

  riqfRGB,

  riqfAlpha,

  riqfMask,

  riqfPalette,

  riqfUpdate

);