DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.CustomEdit

DelphiVCL.CustomEdit is the base class from which all edit-box and memo controls are derived. DelphiVCL.CustomEdit or TCustomEdit encapsulates the behavior common to all components for editing text by introducing methods and properties that provide: Basic text editing functions such as selecting the text, modifying selected text, and case conversions. Ability to respond to…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn about DelphiVCL.BasicAction

DelphiVCL.BasicAction is the ancestor class for all action objects. BasicAction introduces the fundamental behavior for an action. Descendants of BasicAction add functionality for containment in an action list, for being categorized, and for specializing their behavior tailored to particular clients such as controls or menu items. Use BasicAction if you want to create an action for an…
Read more
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