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

TGCancellable

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

Declaration

Source position: lazgio2.pas line 1267

type TGCancellable = object(TGObject)

  priv: PGCancellablePrivate;

  

  function new;

  

  function get_current;

  

  procedure cancel;

  

  function connect();

  

  procedure disconnect();

  

  function get_fd;

  

  function is_cancelled;

  

  function make_pollfd();

  

  procedure pop_current;

  

  procedure push_current;

  

  procedure release_fd;

  

  procedure reset;

  

  function set_error_if_cancelled();

  

  function source_new;

  

end;

Inheritance

TGCancellable

  

TGObject