List Label (TOHListLabel)

The List Label simplifies the display of a static list or grid of values. 

Properties

   Bevel       : TPanelBevel default bvNone
      a bevel to be drawn around the inner list excluding border rows and columns.
   BevelWidth  : Integer default 1
      width of the bevel
   BorderCols  : Integer default 0
      the number of border columns to left of the list (as FixedCols in TGrid)
   BorderRows  : Integer default 0
      the number of border rows at top of the list (as FixedRows in TGrid)
   BorderStyle : TBorderStyle default bsNone
		border around entire label
   ColCount    : Integer         
      number of columns
   Columns     : TBBListColumns 
      column details of described below
   ItemHeight  : Integer 
      height of each item or row 
   Items       : TStringList     
      the row of items delimited by the | character
      

TOHListColumns = class(TCollection)

TOHListColumn = class(TCollectionItem)

Properties

   Alignment   : TAlignment default taLeftJustify
   Color       : TColor     default clNone
   Font        : TFont
   Lined       : Boolean    default False
   ParentColor : Boolean    default True
   ParentFont  : Boolean    default True
   Width       : Integer 
		Have their normal meanings except that they apply to just the given column.
		(Lined is not used at present).   