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

Learn About DelphiVCL.CustomGrid

DelphiVCL.CustomGrid or TCustomGrid is the base type for all components that present information in a two-dimensional grid. Use TCustomGrid as a base class when defining components that represent information in a tabular format. TCustomGrid introduces properties and methods to control the appearance and behavior of the grid, including responses to mouse actions and user editing. Do…
Read more