[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 4430
type TGFilenameCompleter = object(TGObject) |
||
function new; |
|
|
function get_completion_suffix(); |
|
|
function get_completions(); |
|
|
procedure set_dirs_only(); |
|
|
end; |
|
||
|