DelphiDelphiVCLPythonPython GUIWindows

Learn about delphivcl.Collection

DelphiVCL.Collection or Collection is a container for CollectionItem objects. Each Collection holds a group of CollectionItem descendants. The Collection maintains an index of the collection items in its Items array. The Count property contains the number of items in the collection. Use the Add and Delete methods to add items to the collection and delete items from the…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About delphivcl.Bevel

DelphiVCL.Bevel is used to determine the style of the panel’s border. These are the possible values of DelphiVCL.Bevel: Value Meaning pbNone The panel has no bevel and appears flat. pbLowered The panel appears recessed. pbRaised The panel appears raised. Let’s browse all the properties, methods, and built-in properties of the DelphiVCL.Bevel…
Read more
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