===========================================================
RT Controls & IDE Experts
Copyright 1995-1997 r&t software
===========================================================


===========================================================
Version 1.20
===========================================================

New:
A new component, TRTSQLStatements has been added to the
RTControls Pack.


===========================================================
Version 1.15
===========================================================

RtCheckGroup, RtCheckList
========================
Corrected bugs:

The painting of the Disabled state was too simplified. It is now pretty
much the same as with other Windows controls.


===========================================================
Version 1.14
===========================================================

RtDBCopy
========================
Corrected bugs:
In some situations the OnError event would not fire or the
internal exception flag would not clear properly.

New property ActiveTransaction was added, to show if a
transaction has been started by RTDbCopy component and not
closed.


===========================================================
Version 1.13
===========================================================

RtDBCopy
========================
Corrected bugs:
If the index field names in the source and destination datasets
were different, then an exception was thrown, even if these fields
were linked together in the Mappings property.


===========================================================
Version 1.12
===========================================================

RtDBCopy
========================
Corrected bugs:
Copying tables with memo fields in the source dataset and without
memo fields in the destination dataset caused 'Operation not
applicable' exception.


===========================================================
Version 1.11
===========================================================

RtDBCopy
========================
Corrected bugs:
Copying tables with memo fields caused GPF sometimes (for example
copying dBase table into the Paradox, if the Paradox table was in
different directory).


===========================================================
Version 1.10
===========================================================

RtCheckList,RtCheckGroup
========================
Corrected bugs:
Empty items were drawn incorrectly, because their height were
calculated to be 0.


===========================================================
Version 1.09
===========================================================

RtCheckList
=====================
Corrected bugs:

BmpVAlign property has not been saved in the DFM file if =rtaCenter.

RtDbCopy
============

New:	OnGetField/OnSetField events.

	The OnGetField event is called after the data has been
	read but before it is saved. If this event is being used,
	than all the data conversion must be made there, because
	default processing will not be applied.

	OnSetField is a new name for OnField event. The old event
	property has not been removed though, otherwise Delphi
	would refuse to open any form containing such OnField
	methods.

Bugs:	Blob field support.

	The blob handles were not properly closed, what caused an
	exception 'too many open blob handles' after the first
	record was copied in batUpdate mode.


===========================================================
Version 1.08
===========================================================

RtCheckGroup, RtCheckList
=====================
New:

Items now react on accelerator keys.


===========================================================
Version 1.07
===========================================================

RtCheckGroup
============
Corrected bugs:

DrawText's flag DT_NOCLIP removed, it caused drawing longer Items over
the right border.

Canvas.Brush.Color is now set to control's Color before clearing
background, because without caption the clWindow color was used.


===========================================================
Version 1.06
===========================================================

RtCheckList
===========

A conflict between OwnerDrawVariable TCustomListBox style (necessarey
for WordWrap) and Columns>0 has arised. Resolved through setting
Columns:=0 if WordWrap=True.

If a RtCheckList.Color=clWhite and Ctl3D=False then Items were
painted under bitmaps.

RtGauge
=======

A small painting bug was resolved.


===========================================================
Version 1.05
===========================================================

New features:

RtCheckList,RtCheckGroup
========================

property BmpHAlign
------------------
sets checkbox Bitmap alignment to the left or right side of the control

property BmpVAlign
------------------
sets checkbox Bitmap vertical alignment.

property TextAlign
------------------
aligns Item lines left, center or right.

property WordWrap
-----------------
makes drawing of Item lines longer than the width of the control in the full
length possible. Cannot be used together with ExpandTabs.

property ExpandTabs
-------------------
expands tabs in Item lines. Cannot be used together with WordWrap.

And last but not least a change in OnDrawItem behaviour. In order to allow for
full flexibility in OwnerDraw mode the whole drawing area is passed as a TRect
record parameter in OnDrawItem event handler instead of text only part.
