[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

TGSettings

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgio2.pas line 5724

type TGSettings = object(TGObject)

  priv: PGSettingsPrivate;

  

  function new();

  

  function new_full();

  

  function new_with_backend();

  

  function new_with_backend_and_path();

  

  function new_with_path();

  

  procedure sync;

  

  procedure unbind();

  

  procedure apply;

  

  procedure bind();

  

  procedure bind_with_mapping();

  

  procedure bind_writable();

  

  function create_action();

  

  procedure delay;

  

  function get_boolean();

  

  function get_child();

  

  function get_default_value();

  

  function get_double();

  

  function get_enum();

  

  function get_flags();

  

  function get_has_unapplied;

  

  function get_int();

  

  function get_int64();

  

  function get_mapped();

  

  function get_string();

  

  function get_strv();

  

  function get_uint();

  

  function get_uint64();

  

  function get_user_value();

  

  function get_value();

  

  function is_writable();

  

  function list_children;

  

  procedure reset();

  

  procedure revert;

  

  function set_boolean();

  

  function set_double();

  

  function set_enum();

  

  function set_flags();

  

  function set_int();

  

  function set_int64();

  

  function set_string();

  

  function set_strv();

  

  function set_uint();

  

  function set_uint64();

  

  function set_value();

  

  property has_unapplied: gboolean; [r]

  

end;

Inheritance

TGSettings

  

TGObject