DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.Monitor or TMonitor

DelphiVCL.Monitor or TMonitor represents a monitor on which an application runs. DelphiVCL.Monitor represents a monitor that displays the user interface of an application. It introduces properties to describe the dimensions of a single monitor. In addition, the Primary property distinguishes the primary property from other monitors on the system. When writing multi-monitor…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.Image

DelphiVCL.Image or TImage displays a graphical image. Use TImage to display a graphical image on a form. Use the TPicture object in the Picture property to specify the actual bitmap, con, metafile, or other graphic object displayed by TImage. Properties and methods of TPicture can be used for such things as loading an image from a file, clearing the image in the TImage, and assigning an…
Read more
DelphiDelphiVCLPythonPython GUIWindows

How to use the DelphiVCL.GroupBox

DelphiVCL.GroupBox or TGroupBox represents a Windows group box. The TGroupBox component represents a standard Windows group box, used to group related controls on a form. When another control component is placed within a group box, the group box becomes the parent of that component. Let’s browse all the properties, methods, and built-in properties of the DelphiVCL.GroupBox using…
Read more