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

jCustomDialog

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

Declaration

Source position: customdialog.pas line 18

type jCustomDialog = class(jVisualControl)

protected

  procedure SetText(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  procedure Refresh;

  

  procedure UpdateLayout; override;

  

  procedure GenEvent_OnClick();

  

  procedure SetViewParent(); override;

  

  procedure RemoveFromViewParent; override;

  

  procedure AddLParamsAnchorRule();

  

  procedure AddLParamsParentRule();

  

  procedure SetLayoutAll();

  

  procedure ClearLayout;

  

  procedure Show();

  

  function GetWidth; override;

  

  function GetHeight; override;

  

  function GetDialogWidth;

  

  function GetDialogHeight;

  

  procedure Close;

  

  procedure SetCancelable();

  

  procedure GenEvent_OnCustomDialogShow();

  

  procedure GenEvent_OnCustomDialogBackKeyPressed();

  

published

  property Text: string; [rw]

  

  property IconIdentifier: string; [rw]

  

  property BackgroundColor: TARGBColorBridge; [rw]

  

  property Cancelable: Boolean; [rw]

  

  property ShowTitle: Boolean; [rw]

  

  property OnShow: TCustomDialogShow; [rw]

  

  property OnBackKeyPressed: TCustomDialogBackKeyPressed; [rw]

  

end;

Inheritance

jCustomDialog

  

|

jVisualControl

  

|

TAndroidWidget

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio