[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 3933
type TGFileEnumerator = object(TGObject) |
||
|
||
function close(); |
|
|
procedure close_async(); |
|
|
function close_finish(); |
|
|
function get_child(); |
|
|
function get_container; |
|
|
function has_pending; |
|
|
function is_closed; |
|
|
function iterate(); |
|
|
function next_file(); |
|
|
procedure next_files_async(); |
|
|
function next_files_finish(); |
|
|
procedure set_pending(); |
|
|
|
||
end; |
|
||
|