DelphiDelphiVCLPythonPython GUIWindows

How to use the DelphiVCL.DrawGrid.Row

abstract background with blue stains

DelphiVCL.DrawGrid.Row specifies the index of the row that contains the selected cell.

Use DelphiVCL.DrawGrid.Row at runtime to determine the current row in the grid. Setting Row moves focus to the cell in the current column that is in the new row. The first row has an index of 0, the second row an index of 1, and so on.

The selected cell in the grid can be located by reading the Row property and the Col property to obtain the indexes of its row and column. When focus moves to the grid, the selected cell gets input focus.

Let’s browse all the properties, methods, and built-in properties of the DelphiVCL.DrawGrid.Row using dir() command:

See the responses in our Windows command prompt:

0dir 7625296

Here is the working example of the implementation of DelphiVCL.DrawGrid.Row:

See the complete code here.

The result:

2 7765934
1 3460844

 

Check out DelphiVCL which easily allows you to build GUIs for Windows using Python!

Related posts
AndroidCodeDelphiLearn PythonProjectsPythonPython GUI

How to Create a BMI App With Delphi Ecosystem And Python

AndroidCodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How to Create a Stopwatch/Timer Android App With Delphi For Python?

AndroidCodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How to Create a Unit Converter Android App Using Python GUI

AndroidDelphiDelphiFMXLearn PythonPythonPython GUI

How To Create A Python Quiz Application With DelphiFMX?

Leave a Reply

Your email address will not be published. Required fields are marked *