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

jProgressBar

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

Declaration

Source position: Laz_And_Controls.pas line 1605

type jProgressBar = class(jVisualControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Refresh;

  

  procedure ClearLayout;

  

  procedure UpdateLayout; override;

  

  procedure Init; override;

  

  procedure Stop;

  

  procedure Start;

  

  procedure SetLGravity();

  

  procedure SetViewParent(); override;

  

  procedure RemoveFromViewParent; override;

  

  procedure BringToFront;

  

  procedure SetColors();

  

  procedure ApplyDrawableXML();

  

  procedure SetMarkerColor();

  

published

  property Style: TProgressBarStyle; [rw]

  

  property BackgroundColor: TARGBColorBridge; [rw]

  

  property Progress: Integer; [rw]

  

  property Max: Integer; [rw]

  

  property GravityInParent: TLayoutGravity; [rw]

  

end;

Inheritance

jProgressBar

  

|

jVisualControl

  

|

TAndroidWidget

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio