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

zglTListItem

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

Declaration

Source position: zglGui.pas line 903

type zglTListItem = class(zglTEditableClass)

published

  procedure Draw(); virtual;

  

  procedure Update(); virtual;

  

  property Tag: Integer; [rw]

  

  property Caption: TCaption; [rw]

  

  property IconId: Integer; [rw]

  

public

  function GetPosition;

  

  procedure SetIconsSize();

  

  procedure SetPadding();

  

  property IconsTexture: zglPTexture; [rw]

  

  property SysData: Pointer; [rw]

  

  property Height: Integer; [rw]

  

  constructor Create();

  

  destructor Destroy; override;

  

end;

Inheritance

zglTListItem

  

|

zglTEditableClass

  

|

TObject



CT Web help

CodeTyphon Studio