Unit 'zglGui' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_zengl]

zglTPopupMenu

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

Declaration

Source position: zglGui.pas line 826

type zglTPopupMenu = class(zglTBaseGUIObject)

published

  procedure HandleDraw(); override;

  

  function HandleUpdate(); override;

  

  procedure HandleLeave(); override;

  

  property OnPopup: zglTPopupEvent; [rw]

  

public

  property Caller: zglTGUIObject; [rw]

  

  property Items []: zglTMenuItem; [r]

  

  property ItemsCount: Integer; [r]

  

  procedure Popup();

  

  function AddItem();

  

  procedure RemoveItem();

  

  property ShowIcons: Boolean; [rw]

  

  property IconsTexture: zglPTexture; [rw]

  

  procedure SetIconsSize();

  

  constructor CreateDefaults();

  

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

end;

Inheritance

zglTPopupMenu

  

|

zglTBaseGUIObject

  

|

zglTNamedObject

  

|

zglTEditableClass

  

|

TObject



CT Web help

CodeTyphon Studio