Page 1 of 1

Data editors for DevExpress VCL

Posted: Wed Sep 07, 2016 6:44 pm
by Sergey Tkachenko
Data editors for DevExpress VCL v1.7

These files implement two components: TcxTRichViewEdit and TcxDBTRichViewEdit, and allow using TRichView as data editor in Express Quantum Grid and Express Quantum TreeList (by DevExpress)


Starting from v1.6, these components are included in TRichView installer. They are installed automatically, if [a compatible version of] DevExpress VCL are installed.

new: a new component is included: TRVAdxColorDialogInterface.
It can be assigned to RVAControlPanel.ColorDialogInterface property to use TdxColorDialog instead of TColorDialog in RichViewActions.

This component has a single property: ColorDialog. You can assign a TdxColorDialog to this property. If not assigned, a temporal component is created each time when RichViewActions need to display a color dialog.
It's recommended to assign this property, because if a single TdxColorDialog is used, you (and users) can define a set of custom colors.

TdxColorDialog does not provide fancy color picker tools. It is very similar to TColorDialog. Its advantages:
- it can edit transparency
- a color can be edited as HTML code (useful, because nice sets of colors can be googled)

fix: assignment cxTRichViewEdit.Properties.AnimationMode = OnFormat at designtime did not work

Previous version:
http://www.trichview.com/forums/viewtopic.php?t=5730

Data editors for DevExpress VCL v2.2.6

Posted: Sat Dec 14, 2019 5:14 pm
by Sergey Tkachenko
TRichView + DevExpress VCL integration 2.2.6

Included in TRichView Setup 18.1

Changed for compatibility with DevExpress VCL v19.2.2 - Released on 04 Dec 2019

TRichView + DevExpress VCL integration 2.2.7

Posted: Sat Dec 28, 2019 6:44 pm
by Sergey Tkachenko
TRichView + DevExpress VCL integration 2.2.7

Included in TRichView Setup 18.2

New: Properties.OnWriteObjectProperties event.