We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08001ab commit 375d172Copy full SHA for 375d172
2 files changed
Demos/Demo26/Unit1.dfm
1.71 KB
Demos/Demo26/Unit1.pas
@@ -1,4 +1,4 @@
1
-unit Unit1;
+unit Unit1;
2
3
{$I Definition.Inc}
4
@@ -23,10 +23,6 @@ TForm1 = class(TForm)
23
Memo2: TMemo;
24
procedure Button1Click(Sender: TObject);
25
procedure PythonType1Initialization(Sender: TObject);
26
- private
27
- { D�clarations priv�es }
28
- public
29
- { D�clarations publiques }
30
end;
31
32
// This is a Delphi class implementing a new Python type
0 commit comments