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

TUIScrollBar

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

Declaration

Source position: nxUI.pas line 161

type TUIScrollBar = class(TUIElement)

public

  texture: Integer;

  

  prev: TUIButton;

  

  next: TUIButton;

  

  middle: TUIButton;

  

  vertical: Boolean;

  

  focus: Byte;

  

  scrollDelay: Cardinal;

  

  onScroll: TUIEvent;

  

  property max: Integer; [rw]

  

  property position: Integer; [rw]

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure LostFocus;

  

  procedure UpdateSize;

  

end;

Inheritance

TUIScrollBar

  

|

TUIElement

  

|

TObject



CT Web help

CodeTyphon Studio