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

TGModuleFlags

Declaration

Source position: lazgmodule2.pas line 31

type TGModuleFlags = set of (

  TGModuleFlagsIdxMinValue = 0,

  

  G_MODULE_BIND_LAZY = 0,

  

  G_MODULE_BIND_LOCAL = 1,

  

  TGModuleFlagsIdxMaxValue = 31

  

);