The entire data contents of the table by record then field.
Usage
Set_Property(OLECtrlEntID, "OLE.LIST", Text)
Values
Text can contain anything.
Default: ""
Remarks
The LIST property emulates the OI equivalent LIST property. Records are @FM-delimited and fields are @VM-delimited.
When getting this property, all data cells are returned in a two-dimensional dynamic array. Only data cells return data, so header cell contents are ignored.
When setting this property, the table's current contents are cleared and replaced by the new data in the array. The number of records are altered to fit the new contents exactly.
Since there is also a LIST property in OI, be sure to use the "OLE." prefix to ensure that you are using the OLE property and not the OI property.
Examples
data = Get_Property(@Window:".OLE_EDITTABLE", "OLE.LIST")