|
Sub-properties |
|
| dcFolderListView component.
|
| type
|
| TdcListColumns = class
|
| published
|
| property Name: TdcListColumn;
|
| property Size: TdcListColumn;
|
| property FileType: TdcListColumn;
|
| property Modified: TdcListColumn;
|
| property Attributes: TdcListColumn;
|
| end;
|
|
|
| property Columns: TdcListColumns;
|
| The Columns structure lets you easily specify standard columns for file list view control, when ViewStyle = vsReport.
|