DelphiFMX4Python
DelphiFMX4Python copied to clipboard
Python GUI module powered by Delphi's FireMonkey framework. Supporting Windows, MacOS, Linux, and Android GUI development.
Results
31
DelphiFMX4Python issues
Sort by
recently updated
recently updated
newest added
``` import os from delphifmx import * class FormMain(Form): def __init__(self, owner): self.PaintBox = None self.LabelLineCount = None self.Panel = None self.HueTrackBarLinesColor = None self.HueTrackBarPointsColor = None self.TrackBarStartFadeDistance = None...
bug