The property Strings contains the strings of the report list as a string array (class TStringArray of unit DSTRUCT). Note that several properties of Strings are available as properties of TRLData and TReportListView. In general, the Strings array should not be used by inexperienced users.
| Hint: |
The two most significant bits of the property RowAttrib of Strings must not be used since these bits are used internally by TRLData for managing multiple row selections and enabled/disabled states. In addition, for checked columns, the first character of a string is interpreted as the check state. |
|