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

TGThread

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

Declaration

Source position: lazglib2.pas line 3682

type TGThread = object

  function new();

  

  function try_new();

  

  function join;

  

  function ref;

  

  procedure unref;

  

  function error_quark;

  

  procedure exit();

  

  function self;

  

  procedure yield;

  

end;

Inheritance

TGThread