| Class TInfoDlg (unit InfoDlg) |
TComponent
TSprachen = (sDeutsch, SEnglisch, sItalienisch, sFranzoesisch, sRussisch);
| Constructors |
constructor Create(AOwner:TComponent);| Functions |
function Execute:boolean;---------------------------------------------------------------------- // TInfoDlg.
| Properties |
property Firmenname : string
property Nachricht : string
property Sprache : TSprachen| Events |
| Variables |
mSprache : TSprachen;
sFirmenname : string;
sInfo : string;| Constructors |
constructor Create(AOwner:TComponent);---------------------------------------------------------------------- // TInfoDlg.Create ---------------------------------------------------------------------- //
| Functions |
function Execute:boolean;Public-Deklarationen
---------------------------------------------------------------------- // TInfoDlg.Execute ---------------------------------------------------------------------- //
| Properties |
property Firmenname : stringPublished-Deklarationen
property Nachricht : string
property Sprache : TSprachen| Events |
| Variables |
mSprache : TSprachen;
sFirmenname : string;
sInfo : string;Private-Deklarationen