[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 1108
type TGActionGroup = object |
||
|
||
|
||
|
||
|
||
procedure action_added(); |
|
|
procedure action_enabled_changed(); |
|
|
procedure action_removed(); |
|
|
procedure action_state_changed(); |
|
|
procedure activate_action(); |
|
|
procedure change_action_state(); |
|
|
function get_action_enabled(); |
|
|
function get_action_parameter_type(); |
|
|
function get_action_state(); |
|
|
function get_action_state_hint(); |
|
|
function get_action_state_type(); |
|
|
function has_action(); |
|
|
function list_actions; |
|
|
function query_action(); |
|
|
end; |
|