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

TGTestLogMsg

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazglib2.pas line 3644

type TGTestLogMsg = object

  log_type: TGTestLogType;

  

  n_strings: guint;

  

  strings: PPgchar;

  

  n_nums: guint;

  

  nums: Plong_double;

  

  procedure free;

  

end;

Inheritance

TGTestLogMsg