Read table

Element reading a tabular control element. The component works correctly only inside the Connect to an Application container.

Properties

- Search pattern: [String] Control search pattern

- Control: [LTools.Desktop.Model.DUIControl] Control reference

- Variable*: [LTools.Desktop.Model.UIDataTable] Variable for storing table reading results

- Time-out*: [Int32] Element finish max time (ms)

LTools.Desktop.Model.UIDataTable - Properties:

- RowCount: [Int32] Row count

- ColumnCount: [Int32] Column count

- Headers: [List] Column headers

- Data: [List>] Table data

Last updated