JVCL Help:RichEditVersion

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates the rich edit controls version.

run\JvRichEdit.pas


Pascal

 run\JvRichEdit.pas
 RichEditVersion: Integer;


Description

Read the RichEditVersion variable to determine the rich edit controls version on the current system.
The following list describes which versions of Rich Edit are included in which releases of Microsoft windows:

Windows XP SP1 Includes Rich Edit 4.1, Rich Edit 3.0, and a Rich Edit 1.0 emulator.
Windows XP Includes Rich Edit 3.0 with a Rich Edit 1.0 emulator.
Windows Me Includes Rich Edit 1.0 and 3.0.
Windows 2000 Includes Rich Edit 3.0 with a Rich Edit 1.0 emulator.
Windows NT 4.0 Includes Rich Edit 1.0 and 2.0.
Windows 98 Includes Rich Edit 1.0 and 2.0.
Windows 95 Includes only Rich Edit 1.0; however, Riched20.dll is compatible with Windows 95 and may be installed by an application that requires it.


But there are more versions of the Rich Edit, for example v4.0 that is included in Microsoft Visual Studio .NET.

run\JvRichEdit.pas


About

Notes

TJvRichEdit does not support Rich Edit 4.1, which is a unicode only version.

run\JvRichEdit.pas


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page