Data editors for DevExpress VCL

News about TRichView, ScaleRichView, ReportWorkshop, RVMedia
Post Reply
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Data editors for DevExpress VCL

Post 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
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Data editors for DevExpress VCL v2.2.6

Post 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
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

TRichView + DevExpress VCL integration 2.2.7

Post by Sergey Tkachenko »

TRichView + DevExpress VCL integration 2.2.7

Included in TRichView Setup 18.2

New: Properties.OnWriteObjectProperties event.
Post Reply