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

jModalDialog

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

Declaration

Source position: modaldialog.pas line 19

type jModalDialog = class(jControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  function jCreate;

  

  procedure jFree;

  

  procedure SetRequestCode();

  

  procedure SetDialogTitle();

  

  procedure ShowMessage();

  

  procedure InputForActivityResult();

  

  procedure QuestionForActivityResult();

  

  function GetStringValue();

  

  function GetIntValue();

  

  procedure SetTheme();

  

  procedure SetHasWindowTitle();

  

  procedure SetCaptionButtonOK();

  

  procedure SetCaptionButtonCancel();

  

  procedure SetTitleFontSize();

  

  procedure SetInputHint();

  

  procedure SetDialogMessage();

  

published

  property Theme: TDialogTheme; [rw]

  

  property CaptionOK: string; [rw]

  

  property CaptionCancel: string; [rw]

  

  property Title: string; [rw]

  

  property Message: string; [rw]

  

  property TitleFontSize: Integer; [rw]

  

end;

Inheritance

jModalDialog

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio