Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
1
Добавлен:
23.02.2016
Размер:
578 б
Скачать
unit JSONfile;

interface

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;

type
TForm3 = class(TForm)
LabeledEdit1: TLabeledEdit;
Button1: TButton;
procedure Button1Click(Sender: TObject);
private

public

end;

var
Form3: TForm3;

implementation
Uses JSONfile_writefile;
{$R *.dfm}

procedure TForm3.Button1Click(Sender: TObject);
begin
if (not Assigned(Form4)) then
begin
Form4 := TForm4.Create(Self);
Form4.Show;
Form3.Close;

end;



end;

end.
Соседние файлы в папке Гавриляк
  • #
    23.02.2016318 б1favicon.ico
  • #
    23.02.20163.99 Кб1JSONfile.dcu
  • #
    23.02.201651 б1JSONfile.ddp
  • #
    23.02.20161.81 Кб2JSONfile.dfm
  • #
    23.02.2016578 б1JSONfile.pas
  • #
    23.02.20161.81 Кб1JSONfile.~dfm
  • #
    23.02.2016654 б1JSONfile.~pas
  • #
    23.02.20164.24 Кб1JSONfile_writefile.dcu
  • #
    23.02.201651 б1JSONfile_writefile.ddp
  • #
    23.02.20161.12 Кб2JSONfile_writefile.dfm