[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 2820
type TGMappedFile = object |
||
function new(); |
|
|
function new_from_fd(); |
|
|
function get_bytes; |
|
|
function get_contents; |
|
|
function get_length; |
|
|
function ref; |
|
|
procedure unref; |
|
|
end; |
|