Unit 'actionbartab' Package
[Overview][Classes][Procedures and functions][Index] [#pw_androidwizard]

jActionBarTab

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

Declaration

Source position: actionbartab.pas line 17

type jActionBarTab = class(jControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  function jCreate;

  

  procedure jFree;

  

  function GetActionBar;

  

  procedure Add();

  

  procedure SetTabNavigationMode;

  

  procedure RemoveAllTabs;

  

  function GetSelectedTab;

  

  procedure SelectTab();

  

  function GetTabAtIndex();

  

  procedure SelectTabByIndex();

  

  procedure GenEvent_OnActionBarTabSelected();

  

  procedure GenEvent_OnActionBarTabUnSelected();

  

published

  property Titles: TStrings; [rw]

  

  property IconIdentifiers: TStrings; [rw]

  

  property OnTabSelected: TActionBarTabSelected; [rw]

  

  property OnUnSelected: TActionBarTabSelected; [rw]

  

end;

Inheritance

jActionBarTab

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio