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

TGDBusPropertyInfoFlagsIdx

Declaration

Source position: lazgio2.pas line 539

type TGDBusPropertyInfoFlagsIdx = (

  TGDBusPropertyInfoFlagsIdxMinValue = 0,

  

  G_DBUS_PROPERTY_INFO_FLAGS_READABLE = 0,

  

  G_DBUS_PROPERTY_INFO_FLAGS_WRITABLE = 1,

  

  TGDBusPropertyInfoFlagsIdxMaxValue = 31

  

);