Unit 'AndroidWidget' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pw_androidwizard]

TAndroidWidget

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

Declaration

Source position: androidwidget.pas line 968

type TAndroidWidget = class(jControl)

protected

  FColor: TARGBColorBridge;

  

  FFontColor: TARGBColorBridge;

  

  FParent: TAndroidWidget;

  

  FText: string;

  

  FMarginBottom: Integer;

  

  FMarginLeft: Integer;

  

  FMarginRight: Integer;

  

  FMarginTop: Integer;

  

  FHeight: Integer;

  

  FWidth: Integer;

  

  FVisible: Boolean;

  

  FAcceptChildrenAtDesignTime: Boolean;

  

  procedure SetParent(); virtual;

  

  procedure Notification(); override;

  

  procedure InternalInvalidateRect(); virtual;

  

  procedure SetName(); override;

  

  procedure GetChildren(); override;

  

  procedure SetText(); virtual;

  

  function GetText; virtual;

  

  procedure SetWidth();

  

  procedure SetHeight();

  

  function GetWidth; virtual;

  

  function GetHeight; virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  function ChildCount;

  

  property Children []: TAndroidWidget; [r]

  

  function HasParent; override;

  

  function GetParentComponent; override;

  

  procedure SetBounds(); virtual;

  

  procedure InvalidateRect();

  

  procedure Invalidate;

  

  property AcceptChildrenAtDesignTime: Boolean; [r]

  

  property Parent: TAndroidWidget; [rw]

  

  property Visible: Boolean; [rw]

  

  property Text: string; [rw]

  

  property CustomColor: DWord; [rw]

  

  property Left: Integer; [rw]

  

  property Top: Integer; [rw]

  

  property Width: Integer; [rw]

  

  property Height: Integer; [rw]

  

  property MarginLeft: Integer; [rw]

  

  property MarginTop: Integer; [rw]

  

  property MarginRight: Integer; [rw]

  

  property MarginBottom: Integer; [rw]

  

  property Enabled: Boolean; [rw]

  

end;

Inheritance

TAndroidWidget

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio