Delphi Basic#1
#CHAPTER 1 1.How to create simple pop up Welcome Text in Delphi ? unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) procedure formclick(Sender: TObject); private { Private declarations } public { Public declarations } end; var Form1: TForm1; implementation {$R *.dfm} procedure TForm1.formclick(Sender: TObject); begin Application.MessageBox(‘Welcome [...]
View all 3 comments
@rubiyanto: Silahkan..., semoga artikel di atas bisa membantu ;)
Ya he visto algunos hay ...
Gracias
Garretot