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

jMyHello

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

Declaration

Source position: myhello.pas line 17

type jMyHello = class(jControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  function jCreate();

  

  procedure jFree;

  

  function GetStringArray;

  

  function ToUpperStringArray();

  

  function ConcatStringArray();

  

  function GetIntArray;

  

  function GetSumIntArray();

  

  procedure ShowHello;

  

published

  property Flag: Integer; [rw]

  

  property Hello: string; [rw]

  

end;

Inheritance

jMyHello

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio