DelphiDelphiVCLPythonPython GUIWindows

Lists of All Available ModalResult Constants and Values

ModalResult represents the return value from a modal dialog. ModalResult represents the value returned by a modal dialog. An application can use any integer value as a modal result value. Although ModalResult can take any integer value, the following constants are defined for commonly used ModalResult values: Constant Value Meaning mrNone 0 None. Used as a…
Read more
DelphiDelphiVCLIDELearn PythonPythonPython GUIRAD StudioWindows

Python GUI: Python For Delphi VCL vs wxPython

Are you an expert in desktop apps and GUI development who also want to work with Python because of its simplicity, flexible use, and growing demand in the market out there? Or are you a Python Developer at any level who wants to start a GUI development journey? If you check both of those boxes, then this article is for you. We will review the two examples of the most powerful Python Desktop…
Read more
Learn PythonPythonPython GUI

Learn Python With Practice Privacy-Preserving Machine Learning In Python by Catherine Nelson (PyCon 2020) Video

Data privacy remains to be one of the topmost concerns for everyone. Some of our personal or sensitive information is being collected from us even without our knowledge. Although Machine learning comes with a great number of advantages, it also comes with a great number of risks. It is interesting to note that Machine Learning is being used in internet search engines to help us get the most…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Entering Dates Or Times Using DelphiVCL.DateTimePicker Or TDateTimePicker In Python

DelphiVCL.DateTimePicker or TDateTimePicker displays a list box for entering dates or times. TDateTimePicker is a visual component designed specifically for entering dates or times. It resembles a list box or combo box, except that the drop-down list is replaced with a calendar illustration; users can select a date from the calendar. Dates or times can also be selected by scrolling with Up…
Read more