(c) Copyright by Vipper Programming 98-99
WWW: http://vipper.downloadit.gr


************************************************************************
TDBGridPro component 2.0 beta 3                   2nd of October, 1999
************************************************************************
We have changed our WEB URL and E-MAIL address:
"http://vipper.downloadit.gr"  "vipper@downloadit.gr"

This release includes component' documentation (without Visio manual)


Bug fix
-------
* calculated fields editing blocking.


New properties
--------------
* Autocompleting of input text
  TStandardVisio.EditParams.PeekValues
  VLookup Visio also has this feature.

* Input text filtering:
  TStandardVisio.EditParams.DropDownList.Filter
  TVLookupVisio.EditParams.DropDownList.Filter



************************************************************************
TDBGridPro component 2.0 beta 1                     10th of August, 1999
************************************************************************
TDBGridPro
----------
* OnMouseMove, OnClick, OnColEnter, OnColExit, OnColMoved
* BeforeInsert, AfterInsert, BeforeEdit, AfterEdit
* BeforePost, AfterPost, AfterCancel, OnPostError

* TitleFont
* automatic calculating of title and row height
  (height is set in symbol units, not pixels).


TGridProMetrics ("TDBGridPro.Metrics")
--------------------------------------
* MaxRowHeight
* Options
  * moTitleFont, moColumnMoving, moEditOnly
* TitleMargins, RowMargins, FooterMargins
* FastEA
* ExitAction


TGridProColumn
--------------
* Direct access to the first column section. Example:
  "dbgrid1.Columns[1].ReadOnly := true", instead of
  "dbgrid1.Columns[1][0].ReadOnly := true";


TColumnSection
--------------
* PopupMenu
* ReadOnly
* ParentIme, ImeMode, ImeName


Designer.StateStyles
--------------------
* PushedTitleColor
* UnFocusedColor
* EditSurfaceColor


Standard Designer 1.3
---------------------
* Options
  * dgRowSelect
  * dgRowBackground
* SelectedRow


OwnerDraw Visio 1.0
-------------------


************************************************************************
TDBGridPro component 1.6.2                              6th of May, 1999
************************************************************************

Standard Designer 1.2
---------------------
* new option "Options.dgColourSections"
  on/off section selection of another color (look TColumnSection.Color).

TGridColumn
-----------
* MinWidth
  minimal column width
* MaxWidth
  maximal column width
* PercentWidth
  column width in percents. Works only when grid is resized.

TColumnSection
--------------
* Color
  section color in the column.



************************************************************************
TDBGridPro component 1.6 				  April  23, 1999
************************************************************************
* Now Visio can start editing through the typing symbols on the keyboard.
  This way works when "atKey" option is in the "ActivateTypes" set property.

* The popup menu which allowed to change Visio name is removed from the
  property editor. To change Visio name you should use its "Name" property.


Standard Designer 1.1
---------------------
* Property "A-Style"
  The opportunity of working with styles of the designer is available.
  DESIGN-TIME ONLY.
* "Options.dgFloodSelectedFrame" property
  Now selected section can be filled in completely. Before you was able just
  border it.
* The redrawing algorithm has been changed. Now designer caches all redrawing
  surface (previous Designer cached only one column, that was visible when
  drawing a lot of columns simultaneously). 


Indicator Visio 1.1
-------------------
* "Color" property.
Allows to set colour of the indicator.
* "Flat" property.
If set to false value then the indicator will have 3D style.


I-State / S-State Visio 1.1
-------------------
NULL values support.


B-State Visio 1.0
-------------------
Visio for pure boolean fields.


========================================================================
