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

Store And Manipulate Strings With DelphiVCL.Strings Or TStrings In Python

DelphiVCL.Strings or TStrings is the base class for objects that represent a list of strings. Use DelphiVCL.Strings or TStrings to store and manipulate a list of strings. Descendants of TStrings can represent several individual strings, such as the individual lines that appear in a list box. Some objects use descendants of TStrings to represent one long body of the text so that it…
Read more