Skip to content

Commit d8e4cda

Browse files
committed
Synced with Embarcadero/P4D (added PythonDocs.pas and more)
Fixed line endings
1 parent f8d48fd commit d8e4cda

File tree

141 files changed

+579087
-12792
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+579087
-12792
lines changed

Demos/Demo01/Demo01.dpr

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
program Demo01;
2-
3-
4-
5-
uses
6-
Forms,
7-
Unit1 in 'Unit1.pas' {Form1};
8-
9-
{$R *.res}
10-
11-
begin
12-
Application.Initialize;
13-
Application.CreateForm(TForm1, Form1);
14-
Application.Run;
15-
end.
1+
program Demo01;
2+
3+
4+
5+
uses
6+
Forms,
7+
Unit1 in 'Unit1.pas' {Form1};
8+
9+
{$R *.res}
10+
11+
begin
12+
Application.Initialize;
13+
Application.CreateForm(TForm1, Form1);
14+
Application.Run;
15+
end.

Demos/Demo02/Demo02.dpr

+15-18
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
// JCL_DEBUG_EXPERT_GENERATEJDBG OFF
2-
// JCL_DEBUG_EXPERT_INSERTJDBG OFF
3-
// JCL_DEBUG_EXPERT_DELETEMAPFILE OFF
4-
program Demo02;
5-
6-
7-
8-
uses
9-
Forms,
10-
Unit1 in 'Unit1.pas' {Form1};
11-
12-
{$R *.res}
13-
14-
begin
15-
Application.Initialize;
16-
Application.CreateForm(TForm1, Form1);
17-
Application.Run;
18-
end.
1+
program Demo02;
2+
3+
4+
5+
uses
6+
Forms,
7+
Unit1 in 'Unit1.pas' {Form1};
8+
9+
{$R *.res}
10+
11+
begin
12+
Application.Initialize;
13+
Application.CreateForm(TForm1, Form1);
14+
Application.Run;
15+
end.

Demos/Demo03/Demo03.dpr

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
program Demo03;
2-
3-
4-
5-
uses
6-
Forms,
7-
Unit1 in 'Unit1.pas' {Form1};
8-
9-
{$R *.res}
10-
11-
begin
12-
Application.Initialize;
13-
Application.CreateForm(TForm1, Form1);
14-
Application.Run;
15-
end.
1+
program Demo03;
2+
3+
4+
5+
uses
6+
Forms,
7+
Unit1 in 'Unit1.pas' {Form1};
8+
9+
{$R *.res}
10+
11+
begin
12+
Application.Initialize;
13+
Application.CreateForm(TForm1, Form1);
14+
Application.Run;
15+
end.

Demos/Demo03/Demo03.dproj

+166-166
Large diffs are not rendered by default.

Demos/Demo04/Demo04.dpr

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
program Demo04;
2-
3-
4-
5-
uses
6-
Forms,
7-
Unit1 in 'Unit1.pas' {Form1};
8-
9-
{$R *.res}
10-
11-
begin
12-
Application.Initialize;
13-
Application.CreateForm(TForm1, Form1);
14-
Application.Run;
15-
end.
1+
program Demo04;
2+
3+
4+
5+
uses
6+
Forms,
7+
Unit1 in 'Unit1.pas' {Form1};
8+
9+
{$R *.res}
10+
11+
begin
12+
Application.Initialize;
13+
Application.CreateForm(TForm1, Form1);
14+
Application.Run;
15+
end.

0 commit comments

Comments
 (0)