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

jAnalogClock

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

Declaration

Source position: analogclock.pas line 17

type jAnalogClock = class(jVisualControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  procedure Refresh;

  

  procedure UpdateLayout; override;

  

  procedure GenEvent_OnClick();

  

  procedure SetViewParent(); override;

  

  procedure RemoveFromViewParent; override;

  

  function GetView; override;

  

  procedure SetLParamWidth();

  

  procedure SetLParamHeight();

  

  procedure SetLeftTopRightBottomWidthHeight();

  

  procedure AddLParamsAnchorRule();

  

  procedure AddLParamsParentRule();

  

  procedure SetLayoutAll();

  

  procedure ClearLayout;

  

  procedure SetLGravity();

  

published

  property BackgroundColor: TARGBColorBridge; [rw]

  

  property GravityInParent: TLayoutGravity; [rw]

  

  property OnClick: TOnNotify; [rw]

  

end;

Inheritance

jAnalogClock

  

|

jVisualControl

  

|

TAndroidWidget

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio