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

jRadioButton

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

Declaration

Source position: Laz_And_Controls.pas line 1559

type jRadioButton = class(jVisualControl)

protected

  procedure GenEvent_OnClick();

  

  function GetText; override;

  

  procedure SetText(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  procedure Refresh;

  

  procedure UpdateLayout; override;

  

  procedure SetFontSizeUnit();

  

  procedure SetCompoundDrawables();

  

  procedure SetFontFromAssets();

  

  procedure ClearLayout;

  

  procedure SetLGravity();

  

  procedure SetViewParent(); override;

  

  procedure RemoveFromViewParent; override;

  

  procedure SetRoundColor();

  

published

  property Text: string; [rw]

  

  property BackgroundColor: TARGBColorBridge; [rw]

  

  property FontColor: TARGBColorBridge; [rw]

  

  property FontSize: DWord; [rw]

  

  property Checked: Boolean; [rw]

  

  property FontSizeUnit: TFontSizeUnit; [rw]

  

  property GravityInParent: TLayoutGravity; [rw]

  

  property OnClick: TOnNotify; [rw]

  

end;

Inheritance

jRadioButton

  

|

jVisualControl

  

|

TAndroidWidget

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio