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

Python Windows App: Draw A Rectangle With DelphiVCL.Shape

DelphiVCL.Shape represents a geometric shape that can be drawn on a form. Add a Shape object to a form to draw a simple geometric shape on the form. TShape introduces properties to describe the pen used to outline the shape and the brush used to fill it. If the shape is only part of the image of custom control, use the methods of the control’s canvas instead.Browse all the properties…
Read more