Hello, World program
Edit Page
Report
Scan day: 07 February 2014 UTC
12
Virus safety - good
Description: Delphi 1.0/2.0
------------------------------------------------------------------------------------------------HELLOW.DPR ------------------------------------------------------------------------------------------------ program HelloW; uses Forms, Main in 'MAIN.PAS' {fmHelloWorld}; {$R *.RES} begin Application.CreateForm(TfmHelloWorld, fmHelloWorld); Application.Run; end. ------------------------------------------------------------------------------------------------MAIN.PAS ------------------------------------------------------------------------------------------------ unit Main.pas; interface uses SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls, Forms, Dialogs; type TfmHelloWorld = class(TForm) txHelloWorld: TLabel; private { Private declarations } public { Public declarations } end; var fmHelloWorld: TfmHelloWorld; implementation {$R *.DFM} end. ------------------------------------------------------------------------------------------------MAIN.DFM ------------------------------------------------------------------------------------------------ object fmHelloWorld: TfmHelloWorld Left = 200 Top = 99 Width = 435 Height = 300 Caption = 'fmHelloWorld' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object txHelloWorld: TLabel Left = 115 Top = 70 Width = 77 Height = 16 Caption = 'Hello World' end end ------------------------------------------------------------------------------------------------
Size: 1527 chars
Contact Information
Email: —
Phone&Fax: —
Address: —
Extended: —
WEBSITE Info
Page title: | |
Keywords: | |
Description: | |
IP-address: | 138.47.18.129 |
WHOIS Info
NS | Name Servers: DNS1.LATECH.EDU 138.47.18.36 DNS2.LATECH.EDU 138.47.18.25 |
WHOIS | |
Date | activated: 25-Apr-1990 last updated: 26-May-2010 expires: 31-Jul-2014 |