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

jImageBtn

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

Declaration

Source position: Laz_And_Controls.pas line 2629

type jImageBtn = class(jVisualControl)

protected

  procedure SetEnabled(); override;

  

  procedure GenEvent_OnClick();

  

  procedure Notification(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Refresh;

  

  procedure ClearLayout;

  

  procedure UpdateLayout; override;

  

  procedure GenEvent_OnDown();

  

  procedure GenEvent_OnUp();

  

  function GetLParamWidth;

  

  function GetLParamHeight;

  

  procedure BringToFront;

  

  procedure Init; override;

  

  procedure SetLGravity();

  

  procedure SetViewParent(); override;

  

  procedure RemoveFromViewParent; override;

  

  procedure SetSleepDown();

  

  procedure SetImageUp();

  

  procedure SetImageDown();

  

  procedure SetImageDownScale();

  

  procedure SetAlpha();

  

  procedure SetSaturation();

  

  procedure SetColorScale();

  

  procedure SetImageState();

  

  procedure SetRotation();

  

  procedure SetAnimationDurationIn();

  

  procedure SetAnimationDurationOut();

  

  procedure SetAnimationMode();

  

  procedure Animate();

  

  procedure AnimateRotate();

  

published

  property OnDown: TOnNotify; [rw]

  

  property OnUp: TOnNotify; [rw]

  

  property AnimationDurationIn: Integer; [rw]

  

  property AnimationDurationOut: Integer; [rw]

  

  property AnimationMode: TAnimationMode; [rw]

  

  property BackgroundColor: TARGBColorBridge; [rw]

  

  property Enabled: Boolean; [rw]

  

  property Images: jImageList; [rw]

  

  property IndexImageUp: TImageListIndex; [rw]

  

  property IndexImageDown: TImageListIndex; [rw]

  

  property ImageUpIdentifier: string; [rw]

  

  property ImageDownIdentifier: string; [rw]

  

  property SleepDown: Integer; [rw]

  

  property GravityInParent: TLayoutGravity; [rw]

  

  property OnClick: TOnNotify; [rw]

  

end;

Inheritance

jImageBtn

  

|

jVisualControl

  

|

TAndroidWidget

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio