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

TGdkByteOrder

Declaration

Source position: lazgdk3.pas line 2372

type TGdkByteOrder = (

  TGdkByteOrderMinValue = - $7FFFFFFF,

  

  GDK_LSB_FIRST = 0,

  

  GDK_MSB_FIRST = 1,

  

  TGdkByteOrderMaxValue = $7FFFFFFF

  

);