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

TGTlsPassword

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

Declaration

Source position: lazgio2.pas line 6821

type TGTlsPassword = object(TGObject)

  priv: PGTlsPasswordPrivate;

  

  function new();

  

  function get_description;

  

  function get_flags;

  

  function get_value();

  

  function get_warning;

  

  procedure set_description();

  

  procedure set_flags();

  

  procedure set_value();

  

  procedure set_value_full();

  

  procedure set_warning();

  

  property description: Pgchar; [rw]

  

  property flags: TGTlsPasswordFlags; [rw]

  

  property warning: Pgchar; [rw]

  

end;

Inheritance

TGTlsPassword

  

TGObject