Zawartość programu

0

Czy wie ktoś jak zrobić taki program że wszystko tworzy z <font color="red">dokumętu</span> txt.To znaczy tworzę <font color="red">dokumęt</span> txt i w nim :

unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Edit1: TEdit;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
procedure TForm1.Button1Click(Sender: TObject);
begin
Edit1.Text:='delphi';
end;
end.

i na formnie ma się stać to co jest w dokumęcie txt.

//WIESZ CO TO SĄ ZNACZNIKI DELPHI??

0

To wręcz zaje***** proste. wystarczy pharser delphi (pogadai na ICQ z David'em Intersom'em) i będzie robić co tylko zechcesz

1 użytkowników online, w tym zalogowanych: 0, gości: 1