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

TGMountOperation

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

Declaration

Source position: lazgio2.pas line 3545

type TGMountOperation = object(TGObject)

  priv: PGMountOperationPrivate;

  

  function new;

  

  function get_anonymous;

  

  function get_choice;

  

  function get_domain;

  

  function get_is_tcrypt_hidden_volume;

  

  function get_is_tcrypt_system_volume;

  

  function get_password;

  

  function get_password_save;

  

  function get_pim;

  

  function get_username;

  

  procedure reply();

  

  procedure set_anonymous();

  

  procedure set_choice();

  

  procedure set_domain();

  

  procedure set_is_tcrypt_hidden_volume();

  

  procedure set_is_tcrypt_system_volume();

  

  procedure set_password();

  

  procedure set_password_save();

  

  procedure set_pim();

  

  procedure set_username();

  

  property anonymous: gboolean; [rw]

  

  property choice: gint; [rw]

  

  property domain: Pgchar; [rw]

  

  property is_tcrypt_hidden_volume: gboolean; [rw]

  

  property is_tcrypt_system_volume: gboolean; [rw]

  

  property password: Pgchar; [rw]

  

  property password_save: TGPasswordSave; [rw]

  

  property pim: guint; [rw]

  

  property username: Pgchar; [rw]

  

end;

Inheritance

TGMountOperation

  

TGObject