[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 6935
type TGUnixCredentialsMessage = object(TGSocketControlMessage) |
||
|
||
function new; |
|
|
function new_with_credentials(); |
|
|
function is_supported; |
|
|
function get_credentials; |
|
|
property credentials: PGCredentials; [r] |
|
|
end; |
|
||
|
||
|