SCGrid version

5.1.1:

  * fixed bugs : 
       - cannot update boolean field (ADO)
  * parameters in BeforePlaceHolder event are passed by value
  * Pos parameter in SearchResult event is passed by reference

5.1:

  * fixed bugs
  * constants added : scPressButton and scPlaceHolder for CellMode property
  * properties added : ButtonPressed, ColFormat, ScrollBarSize
  * methods added : none
  * events added : BeforePlaceHolder
  * unbound properties renamed (unbPageSize to VirtualPageSize, ...)
  * method removed : unbRefresh, use refresh or adorefresh methods
    (no properties, methods... renamed or removed with the next version)

5.00:

  * fixed bugs
  * ado support
  * virtual unbound mode
  * adds new properties, methods and events

etc ...

4.4:

  * fixed bugs

4.3:

  * uses custom control (event beforecustom, property customhwnd)
  * doesn't need mscomct2 because datepicker is no more implemented
  * adds property colorder
  * adds new methods (getcellatpos, getpositioncell,
    getsizecell, getpicturecell, getpicturegrid, exitedit, gridlinewidth)

4.2:

  * adds new methods (textmarginleft, textmarginright, move)
  * retrieve selections by using for i=1 to ... instead of for each x in ...
  * fixed bugs

4.1:

  * adds new methods (adjustsizerow, adjustsizecol, autosizerows)
  * changes sort parameters (sorttype, sortorder, sortusekey become properties)
  * fixed bugs

4.00:

  * supports ADO (browse only)
  * adds new methods (show, hide, insert, copy, delete)
  * selects rows/columns
  * sorts rows
  * fixed bugs

3.00:

  * resizes rows, columns
  * splits columns
  * uses mask-color
  * width columns in percentage
  * fixed bugs

2.1:

  * displays background bitmap with different modes
  * enhanced the use of arrow keys
  * fixed bugs
  	

2.00:

  * displays faster
  * adds new event (cellout, textchange) and methods (rowclear, colclear)
  * highlights current cell
  * uses arrow keys to move in the grid
  * can be use with VBA (problem at design time, but works at runtime)
  * fixed lots of bugs