Unit 'nxUI' Package
[Overview][Types][Classes][Variables][Index] [#pl_nxpascal]

TUIList

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

Declaration

Source position: nxUI.pas line 203

type TUIList = class(TUIElement)

public

  onSelect: TUIEvent;

  

  bar: TUIScrollBar;

  

  texture: Integer;

  

  font: Integer;

  

  visibleItems: Integer;

  

  items: TStringList;

  

  centered: Boolean;

  

  SelColor: TfRGBA;

  

  property ItemIndex: Integer; [rw]

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure LostFocus;

  

  procedure UpdateSize;

  

end;

Inheritance

TUIList

  

|

TUIElement

  

|

TObject



CT Web help

CodeTyphon Studio