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

TGCredentials

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

Declaration

Source position: lazgio2.pas line 2471

type TGCredentials = object(TGObject)

  function new;

  

  function get_native();

  

  function get_unix_pid();

  

  function get_unix_user();

  

  function is_same_user();

  

  procedure set_native();

  

  function set_unix_user();

  

  function to_string;

  

end;

Inheritance

TGCredentials

  

TGObject