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.LabeledEdit

DelphiVCL.LabeledEdit or TLabeledEdit is an edit control that has an associated label. Use TLabeledEdit to add an edit control with a label to a form. TLabeledEdit works with an associated label control, which is the value of its EditLabel property. The position of that label relative to the edit control is determined by the LabelPosition and LabelSpacing properties. Use the Text…
Read more
DelphiDelphiVCLPythonPython GUIWindows

How to use the delphivcl.Icon

DelphiVCL.Icon or TIcon is an encapsulation of a Windows icon. Use TIcon to represent one of the icons in an image list. Assign an icon to objects that have an Icon property, such as TForm or TPicture. Icon objects represent the value loaded from a Windows icon file (.ICO file). Draw an icon on a canvas, using the Draw method of the TCanvas object. Icons do not stretch, so do not use…
Read more