[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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;
TGTestLogMsg