ComponentOne OCX True DBGrid v7 controls
Pega Robotic Automation version 8.0 SP1 2034 and later includes support for the ComponentOne OCX True DBGrid v7 controls. This includes support for a standard grid interface.
Properties
Property |
Description |
Operations |
Return type |
ColumnCount |
Returns the number of column objects in a data grid |
Get |
Integer |
RowCount |
Returns the number of rows. |
Get |
Integer |
ColumnHeaders |
Gets a list containing the column headers of the grid. Use the ListLoop component to iterate through the ColumnHeaders output. |
Get |
String |
Methods
Method |
Description |
Parameters |
Return type |
ClickCell |
Simulates a mouse-down+mouse-up action on a data grid cell location identified by parameters such as row and column number, and selects the entire cell. |
Integer Row, Integer Column; Integer Row, String ColumnName; |
Void |
DoubleClickCell |
Simulates two rapid mouse-down+mouse-up actions on a data grid cell location, and selects the entire cell. |
Integer Row, Integer Column; Integer Row, String ColumnName; |
Void |
GetCellValue |
Returns the contents of a specified cell in a data grid. |
Integer Row, Integer Column; Integer Row, String ColumnName; |
String |
SelectRow |
Selects a row in a data grid. |
Integer Row; |
Void |
Privacy | Trademarks | Terms of Use | Feedback
Updated: 18 June 2020
© 2016 - 2020 Pegasystems Inc. Cambridge, MA All rights reserved.