DelphiDelphiVCLPythonPython GUIWindows

Browse All Available Functions in DelphiVCL.Bitmap

DelphiVCL.Bitmap is an encapsulation of a Windows bitmap (HBITMAP), including its palette (HPALETTE). A Bitmap is a powerful graphics object used to create, manipulate and store images in memory and as files on a disk. Bitmap contains an internal image of the bitmap graphic and automatically manages the realization of the palette when drawn. To draw a bitmap on a canvas, call…
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
DelphiPythonPython GUIWindows

Artificial Intelligence Solutions With Keras Library In A Windows Python App

Are you looking for a simple, flexible, and powerful deep learning library, and build a nice GUI for them? You can deliver enterprise-grade AI solutions easily by combining Keras and Python4Delphi library, inside Delphi and C++Builder. Keras is a high-level neural networks API for Python. Keras acts as an interface for the TensorFlow library. Keras is designed for human beings, not machines.
Read more