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

TGTestConfig

Declaration

Source position: lazglib2.pas line 3603

type TGTestConfig = record

  test_initialized: gboolean;

  

  test_quick: gboolean;

  

  test_perf: gboolean;

  

  test_verbose: gboolean;

  

  test_quiet: gboolean;

  

  test_undefined: gboolean;

  

end;