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

TGMenuModel

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

Declaration

Source position: lazgio2.pas line 2594

type TGMenuModel = object(TGObject)

  priv: PGMenuModelPrivate;

  

  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;

Inheritance

TGMenuModel

  

TGObject