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

TGOnce

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

Declaration

Source position: lazglib2.pas line 3084

type TGOnce = object

  status: TGOnceStatus;

  

  retval: gpointer;

  

  function impl();

  

  function init_enter();

  

  procedure init_leave();

  

end;

Inheritance

TGOnce