![]() |
![]() ![]() ![]() |
dcFolderListView component as subproperty of the Columns structure.
|
type
|
TdcListColumn = class
|
published
|
property Alignment: TAlignment;
|
property Caption: String; // 'Size' by default
|
property Width: TWidth; // 60 by default
|
property Visible: Boolean;
|
end;
|
|
property Size: TdcListColumn;
|
The TdcListColumn structure intended to specify parameters for certain column of the dcFolderListView. You can set the Alignment, Caption (use it to localize the header) and Width of the header column, and whether you would like to show or hide this column (Visible property).
|
|
![]() |
Name, Size, FileType, Modified and Attributes structures (columns).
|