Skip to content

Commit 375d172

Browse files
committed
Python code now Python 3 compatible; Memo font is now Consolas, size 10; dfm now stored as text
1 parent 08001ab commit 375d172

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Demos/Demo26/Unit1.dfm

1.71 KB
Binary file not shown.

Demos/Demo26/Unit1.pas

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unit Unit1;
1+
unit Unit1;
22

33
{$I Definition.Inc}
44

@@ -23,10 +23,6 @@ TForm1 = class(TForm)
2323
Memo2: TMemo;
2424
procedure Button1Click(Sender: TObject);
2525
procedure PythonType1Initialization(Sender: TObject);
26-
private
27-
{ D�clarations priv�es }
28-
public
29-
{ D�clarations publiques }
3026
end;
3127

3228
// This is a Delphi class implementing a new Python type

0 commit comments

Comments
 (0)