@@ -14,22 +14,21 @@ Demo08 Using Delphi classes for new Python types
14
14
Demo09 Making a Python module as a Dll
15
15
Demo10_FireDAC Database demo using FireDAC
16
16
Demo11 Using Threads inside Python
17
- Demo16 Using a TDelphiVar or Module methods ? (Kylix ready)
18
- Demo17 Using variant arrays of 2 dimensions (Kylix ready)
17
+ Demo16 Using a TDelphiVar or Module methods
18
+ Demo17 Using variant arrays of 2 dimensions
19
19
Demo18 C++ Builder: using the Python Dll in a console application
20
20
Demo19 C++ Builder: this is a replicate of the Delphi Demo05
21
21
Demo20 C++ Builder: this is a replicate of the Delphi Demo08
22
- Demo21 Using Events in TPythonModule or TPythonType (Kylix ready)
23
- Demo22 Using Threading, Windows Console and Command line arguments (Kylix ready)
24
- Demo23 Using Threading and Delphi log window. (Kylix ready)
25
- Demo24 Using TAtomPythonEngine (Deprecated since Delphi 6, See VarPyth instead)
26
- Demo25 Using VarPyth.pas (Kylix ready)
22
+ Demo21 Using Events in TPythonModule or TPythonType
23
+ Demo22 Using Threading, Windows Console and Command line arguments
24
+ Demo23 Using Threading and Delphi log window
25
+ Demo25 Using VarPyth.pas
27
26
Demo26 Demo8 revisited to allow the new Python type to be subclassed
28
27
Demo27 Container indexing
29
- Demo28 Iterator (Kylix ready)
28
+ Demo28 Iterator
30
29
Demo29 Using Python Imaging Library (PIL)
31
- Demo30 Using Named Parameters (Kylix ready)
32
- Demo31 Using WrapDelphi to access Delphi Form attributes (Requires Delphi5 or later)
33
- Demo32 Demo08 revisited using WrapDelphi (Requires Delphi7 or later)
30
+ Demo30 Using Named Parameters
31
+ Demo31 Using WrapDelphi to access Delphi Form attributes
32
+ Demo32 Demo08 revisited using WrapDelphi
34
33
Demo33 Using Threads inside Python
35
34
Demo34 Dynamically creating, destroying and recreating PythonEngine. Uses PythonVersions
0 commit comments