DelphiDelphiVCLPythonPython GUIWindows

How to use the DelphiVCL.CustomMemo

DelphiVCL.CustomMemo or TCustomMemo is the base type for memo components, which are multiline edit boxes, including TMemo and TDBMemo. TCustomMemo introduces new properties and methods to expand the capabilities of TCustomEdit for handling multi-line edit boxes. Do not create instances of TCustomMemo. Use TCustomMemo as a base class when declaring control objects that implement a…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.CustomDrawGrid

DelphiVCL.CustomDrawGrid is the base class for grids that publish events for painting and manipulating the cells in the grid. Use DelphiVCL.CustomDrawGrid or TCustomDrawGrid as a base class when defining grid components that publish events for painting or manipulating the cells in the grid. TCustomDrawGrid introduces many events and methods that take advantage of the tabular organization of…
Read more