[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
|