New after v12.0

<< Click to display table of contents >>

New after v12.0

Delphi and C++Builder

Delphi and C++Builder 12 are supported

Lazarus

SRVControls can use GDI+ drawing in Lazarus. See GDI+ notes.

OnUTF8KeyPress event is supported.

Appearance

New property to implement a “dark mode”: TSRichViewEdit.ViewProperty.DarkMode, DarkModeUI.

You can define appearance of scrollbars in TSRichViewEdit using ScrollBarControlStyle property.

All SRVControls have DarkMode and AutoDarkMode properties too. By default, their AutoDarkMode = True, so, when inserted in an editor (TRichView or TSRichViewEdit), they are drawn according to the editor's DarkMode. Otherwise, their own DarkMode property is used.