The entire data contents of the record table including group rows.
Usage
Array = Get_Property(OLECtrlEntID, "OLE.ListEx")
Values
Array has the following structure:
Pos | Name | Type | Description |
---|---|---|---|
<1> | Row | Text | The contents of an entire row |
<1, 1> | Column | Text | The contents of a cell in the row |
Remarks
The ListEx property is a read only version of the List property that includes group rows. Group rows will appear in the list as a single value set to the group row's caption.
Example
// Read the table's contents including group rows Data = Get_Property(@Window:".OLE_RECORDTABLE", "OLE.ListEx")