[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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 parameter_type: PGVariantType; [r] |
|
|
|
||
property state_type: PGVariantType; [r] |
|
|
end; |
|