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

jControl

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

Declaration

Source position: androidwidget.pas line 946

type jControl = class(TComponent)

protected

  FjClass: jobject;

  

  FClassPath: string;

  

  FjObject: jobject;

  

  FInitialized: Boolean;

  

  FCustomColor: DWord;

  

  FEnabled: Boolean;

  

  procedure SetEnabled(); virtual;

  

public

  property Initialized: Boolean; [rw]

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; virtual;

  

  procedure AttachCurrentThread();

  

  property jSelf: jobject; [r]

  

end;

Inheritance

jControl

  

|

TObject



CT Web help

CodeTyphon Studio