@@ -14,22 +14,21 @@ Demo08 Using Delphi classes for new Python types
1414Demo09 Making a Python module as a Dll
1515Demo10_FireDAC Database demo using FireDAC
1616Demo11 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
1919Demo18 C++ Builder: using the Python Dll in a console application
2020Demo19 C++ Builder: this is a replicate of the Delphi Demo05
2121Demo20 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
2726Demo26 Demo8 revisited to allow the new Python type to be subclassed
2827Demo27 Container indexing
29- Demo28 Iterator (Kylix ready)
28+ Demo28 Iterator
3029Demo29 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
3433Demo33 Using Threads inside Python
3534Demo34 Dynamically creating, destroying and recreating PythonEngine. Uses PythonVersions
0 commit comments