![]() |
![]() ![]() ![]() |
dcFolderListView component as subproperty of the Columns structure.
|
type
|
TdcListColumn = class
|
published
|
property Alignment: TAlignment;
|
property Caption: String; // 'Name' by default
|
property Width: TWidth; // 180 by default
|
property Visible: Boolean; // Always True and read-only!!
|
end;
|
|
property Name: 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).
|