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

jToolbar

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

Declaration

Source position: toolbar.pas line 17

type jToolbar = class(jVisualControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  procedure Refresh;

  

  procedure UpdateLayout; override;

  

  procedure GenEvent_OnClick();

  

  function jCreate;

  

  procedure jFree;

  

  procedure SetViewParent(); override;

  

  function GetViewParent; override;

  

  procedure RemoveFromViewParent; override;

  

  function GetView; override;

  

  procedure SetLParamWidth();

  

  procedure SetLParamHeight();

  

  function GetLParamWidth;

  

  function GetLParamHeight;

  

  procedure SetLGravity();

  

  procedure SetLWeight();

  

  procedure SetLeftTopRightBottomWidthHeight();

  

  procedure AddLParamsAnchorRule();

  

  procedure AddLParamsParentRule();

  

  procedure SetLayoutAll();

  

  procedure ClearLayout;

  

  procedure SetTitle();

  

  procedure SetNavigationIcon();

  

  procedure SetLogoIcon();

  

  procedure SetAsActionBar();

  

  procedure SetSubtitle();

  

  procedure SetHomeButtonEnabled();

  

published

  property BackgroundColor: TARGBColorBridge; [rw]

  

  property Title: string; [rw]

  

  property NavigationIconIdentifier: string; [rw]

  

  property LogoIconIdentifier: string; [rw]

  

  property OnClickNavigationIcon: TOnNotify; [rw]

  

end;

Inheritance

jToolbar

  

|

jVisualControl

  

|

TAndroidWidget

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio