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

TGStaticResource

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

Declaration

Source position: lazgio2.pas line 6360

type TGStaticResource = object

  data: Pguint8;

  

  data_len: gsize;

  

  resource: PGResource;

  

  next: PGStaticResource;

  

  padding: gpointer;

  

  procedure fini;

  

  function get_resource;

  

  procedure init;

  

end;

Inheritance

TGStaticResource