TMS Software
In the previous blog posts we handled the basics, demonstrated how to work with collections, generic lists and dictionaries related to object persistence in JSON. Below is an overview of part 1, 2 &… … Read more
2 years ago 0
Emad
The popularity of app and workspace portability is still high, and many applications are available that give you a virtual identity on a USB device that fits in your pocket. If you work as a…… … Read more
2 years ago in DelphiVCL, IDE, PyScripter, Python, python gui0
TMS Software
In the past couple of posts, we’ve had a look at JS libraries that enabled us to annotate images in some way. With Leaflet, we could draw boundaries and other shapes. With Filerobot Image… … Read more
2 years ago 0
Emad
Python is a powerful programming language that works well in a variety of environments. Free Python compilers for Windows for running Python programs include PyScripter, PyDev, Jupyter Notebook, and many more. In addition, there is…… … Read more
2 years ago in GuiProgramming, Learn Python, Python, python gui, Python GUI Frameworks0
Sue King
“Keep Calm and Use The Debugger”This is the first National Meeting, hosted in conjunction with Melbourne branch on their regular meeting night.Malcolm Groves will be presenting his postponed 2022 Symposi… … Read more
2 years ago in Meetings, Melbourne0
TMS Software
GenericsThe previous blog post explained how to deal with collections. This blog post will use and transform the TPersonRelations collection to a TObjectList<TPersonRelation> generic type list.TPersonRelation = class(TPersistent) private FName: string; FDescription: string; public… … Read more
2 years ago 0