folderlistview Size 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;  // 'Size' by default  
    property Width: TWidth;    // 60 by default  
    property Visible: Boolean;  
  end;  
 
property Size: 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 Size column is visible by default. To hide it - set Visible property to False. 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.