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

TGTypeDebugFlagsIdx

Declaration

Source position: lazgobject2.pas line 112

type TGTypeDebugFlagsIdx = (

  TGTypeDebugFlagsIdxMinValue = 0,

  

  G_TYPE_DEBUG_OBJECTS = 0,

  

  G_TYPE_DEBUG_SIGNALS = 1,

  

  G_TYPE_DEBUG_INSTANCE_COUNT = 2,

  

  TGTypeDebugFlagsIdxMaxValue = 31

  

);