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

TGTestLogBuffer

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

Declaration

Source position: lazglib2.pas line 3631

type TGTestLogBuffer = object

  data: PGString;

  

  msgs: PGSList;

  

  procedure free;

  

  function pop;

  

  procedure push();

  

  function new;

  

end;

Inheritance

TGTestLogBuffer