You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The entire data contents of the record table including group rows, formatted using the column format settings.

Usage

Array = Get_Property(OLECtrlEntID, "OLE.ListExFormatted")

Values

Array has the following structure:

PosNameTypeDescription
<1>RowTextThe contents of an entire row
<1, 1>ColumnTextThe contents of a cell in the row

Remarks

The ListExFormatted property is a read only version of the List property that includes group rows and formats the data using the column formats. 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, 
// as formatted and viewd by the user 
Data = Get_Property(@Window:".OLE_RECORDTABLE", "OLE.ListExFormatted")

See Also

ListListExListFormatted

  • No labels