[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 6501
type TGTcpConnection = object(TGSocketConnection) |
||
|
||
function get_graceful_disconnect; |
|
|
procedure set_graceful_disconnect(); |
|
|
property graceful_disconnect: gboolean; [rw] |
|
|
end; |
|
||
|
||
|
||
|