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

TUITabControl

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

Declaration

Source position: nxUI.pas line 307

type TUITabControl = class(TUIElement)

public

  tab: array of TUITab;

  

  count: Integer;

  

  font: Integer;

  

  texture: Integer;

  

  tabHeight: Integer;

  

  tabWidth: Integer;

  

  overLap: Integer;

  

  property tabIndex: Integer; [rw]

  

  constructor Create();

  

  destructor Destroy; override;

  

  function Add;

  

  procedure Clear;

  

  function Current;

  

  function Delete();

  

  procedure UpdateSize;

  

end;

Inheritance

TUITabControl

  

|

TUIElement

  

|

TObject



CT Web help

CodeTyphon Studio