[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 2594
type TGMenuModel = object(TGObject) |
||
|
||
function get_item_attribute_value(); |
|
|
function get_item_link(); |
|
|
function get_n_items; |
|
|
function is_mutable; |
|
|
procedure items_changed(); |
|
|
function iterate_item_attributes(); |
|
|
function iterate_item_links(); |
|
|
end; |
|
||
|