[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 1910
type TGChecksum = object |
||
function new(); |
|
|
function copy; |
|
|
procedure free; |
|
|
procedure get_digest(); |
|
|
function get_string; |
|
|
procedure reset; |
|
|
procedure update(); |
|
|
function type_get_length(); |
|
|
end; |
|