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

TGError

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

Declaration

Source position: lazglib2.pas line 1784

type TGError = object

  domain: TGQuark;

  

  code: gint;

  

  message: Pgchar;

  

  function new_literal();

  

  function copy;

  

  procedure free;

  

  function matches();

  

end;

Inheritance

TGError