[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 2662
type TGKeyFile = object |
||
function new; |
|
|
procedure free; |
|
|
function get_boolean(); |
|
|
function get_boolean_list(); |
|
|
function get_comment(); |
|
|
function get_double(); |
|
|
function get_double_list(); |
|
|
function get_groups(); |
|
|
function get_int64(); |
|
|
function get_integer(); |
|
|
function get_integer_list(); |
|
|
function get_keys(); |
|
|
function get_locale_for_key(); |
|
|
function get_locale_string(); |
|
|
function get_locale_string_list(); |
|
|
function get_start_group; |
|
|
function get_string(); |
|
|
function get_string_list(); |
|
|
function get_uint64(); |
|
|
function get_value(); |
|
|
function has_group(); |
|
|
function has_key(); |
|
|
function load_from_bytes(); |
|
|
function load_from_data(); |
|
|
function load_from_data_dirs(); |
|
|
function load_from_dirs(); |
|
|
function load_from_file(); |
|
|
function ref; |
|
|
function remove_comment(); |
|
|
function remove_group(); |
|
|
function remove_key(); |
|
|
function save_to_file(); |
|
|
procedure set_boolean(); |
|
|
procedure set_boolean_list(); |
|
|
function set_comment(); |
|
|
procedure set_double(); |
|
|
procedure set_double_list(); |
|
|
procedure set_int64(); |
|
|
procedure set_integer(); |
|
|
procedure set_integer_list(); |
|
|
procedure set_list_separator(); |
|
|
procedure set_locale_string(); |
|
|
procedure set_locale_string_list(); |
|
|
procedure set_string(); |
|
|
procedure set_string_list(); |
|
|
procedure set_uint64(); |
|
|
procedure set_value(); |
|
|
function to_data(); |
|
|
procedure unref; |
|
|
function error_quark; |
|
|
end; |
|