folderlistview Attributes structure
Return to Introduction  Previous page  Next page
Applies to
dcFolderListView component as subproperty of the Columns structure.  

Declaration
type  
  TdcListColumn = class  
  published  
    property Alignment: TAlignment;  
    property Caption: String;  // 'Attributes' by default  
    property Width: TWidth;    // 50 by default  
    property Visible: Boolean; // False by default  
  end;  
 
property Attributes: TdcListColumn;  

Description
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).  
 
tip The Attributes column is invisible by default. To make it visible - set Visible property to True. To translate the caption to another language - specify your own text in Caption.  

See also
Name, Size, FileType, Modified and Attributes structures (columns).  
File not found.