[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 6632
type TGTlsBackend = object |
||
function get_default; |
|
|
function get_certificate_type; |
|
|
function get_client_connection_type; |
|
|
function get_default_database; |
|
|
function get_dtls_client_connection_type; |
|
|
function get_dtls_server_connection_type; |
|
|
function get_file_database_type; |
|
|
function get_server_connection_type; |
|
|
procedure set_default_database(); |
|
|
function supports_dtls; |
|
|
function supports_tls; |
|
|
end; |
|