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

TGAction

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

Declaration

Source position: lazgio2.pas line 1052

type TGAction = object

  function name_is_valid();

  

  function parse_detailed_name();

  

  function print_detailed_name();

  

  procedure activate();

  

  procedure change_state();

  

  function get_enabled;

  

  function get_name;

  

  function get_parameter_type;

  

  function get_state;

  

  function get_state_hint;

  

  function get_state_type;

  

  property enabled: gboolean; [r]

  

  property name: Pgchar; [r]

  

  property parameter_type: PGVariantType; [r]

  

  property state: PGVariant; [r]

  

  property state_type: PGVariantType; [r]

  

end;

Inheritance

TGAction