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

TGPermission

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

Declaration

Source position: lazgio2.pas line 5330

type TGPermission = object(TGObject)

  priv: PGPermissionPrivate;

  

  function acquire();

  

  procedure acquire_async();

  

  function acquire_finish();

  

  function get_allowed;

  

  function get_can_acquire;

  

  function get_can_release;

  

  procedure impl_update();

  

  function release();

  

  procedure release_async();

  

  function release_finish();

  

  property allowed: gboolean; [r]

  

  property can_acquire: gboolean; [r]

  

  property can_release: gboolean; [r]

  

end;

Inheritance

TGPermission

  

TGObject