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

jRatingBar

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

Declaration

Source position: ratingbar.pas line 21

type jRatingBar = class(jVisualControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  procedure Refresh;

  

  procedure UpdateLayout; override;

  

  procedure GenEvent_OnRatingBarChanged();

  

  function jCreate();

  

  procedure jFree;

  

  procedure SetViewParent(); override;

  

  procedure RemoveFromViewParent; override;

  

  function GetView; override;

  

  procedure SetLParamWidth();

  

  procedure SetLParamHeight();

  

  procedure SetLeftTopRightBottomWidthHeight();

  

  procedure AddLParamsAnchorRule();

  

  procedure AddLParamsParentRule();

  

  procedure SetLayoutAll();

  

  procedure ClearLayout;

  

  function GetRating;

  

  procedure SetRating();

  

  procedure SetNumStars();

  

  function GetNumStars;

  

  function GetStepSize;

  

  procedure SetStepSize();

  

  procedure SetIsIndicator();

  

  procedure SetMax();

  

  procedure SetLGravity();

  

published

  property NumStars: Integer; [rw]

  

  property Rating: single; [rw]

  

  property Step: single; [rw]

  

  property BackgroundColor: TARGBColorBridge; [rw]

  

  property GravityInParent: TLayoutGravity; [rw]

  

  property Style: TRatingBarStyle; [rw]

  

  property IsIndicator: Boolean; [rw]

  

  property OnRatingChanged: TOnRatingChanged; [rw]

  

end;

Inheritance

jRatingBar

  

|

jVisualControl

  

|

TAndroidWidget

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio