DelphiDelphiVCLPythonPython GUIWindows

How To Use The CanSelect Parameter

CanSelect parameter is included inside the OnSelectCell event handler, while OnSelectCell occurs before a cell in the grid is selected. Write an OnSelectCell event handler to specify whether any particular cell in the grid can be selected. The Col and Row parameters indicate the column and row indexes of the cell that is about to be selected.  Set the CanSelect parameter to False to…
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