ReadMe.txt
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:4k
- ================================================================
- ========================= Demo projects ========================
- For Delphi
- ================================================================
- See also Tutorial.txt
- EditorEditor 1
- TRichViewEdit-based editors. Demonstrates editor with fixed
- set of styles, saving and loading, inserting items of different
- types, tables, list styles.
- EditorEditor 2
- How to implement RichEdit-style editing operations
- (make bold, apply font, etc.)
- MultiDemo
- Several demos in one application
- DB Demo
- 3 demo projects
- - using TDBRichViewEdit
- - using TDBRichView and TRichViewEdit
- - using DBGrid
- OfficeConverters
- Demo for TRVOfficeConverter.
- Sample HTML file is included.
- It's recommended to use it with free Anders Melander's TGifImage,
- http://www.torry.net/vcl/graphics/gif/gifimage.exe
- See comments in the source code.
- ================================================================
- ============== Demos in ASSORTED subdirectory ==================
- ================================================================
- Load RVF
- How to load file created in editor demo (EditorEditor 1)
- Save HTML (D3+)
- Loading RVF files (created in editor demo) and saving
- them in HTML using advanced features.
- (uses free Anders Melander's TGifImage,
- http://www.torry.net/vcl/graphics/gif/gifimage.exe,
- but can be modified to work with other GIF implementations
- supporting assignment from other graphic formats)
- Search and Replace
- Using search and replace dialogs with TRichViewEdit
- PlanetQuiz
- Using tables, OnMouseMove and GetItemAt
- ========= Printing =========
- PrintingPrinting
- How to print document. OnPagePrepaint event is used
- to draw page numbers
- PrintingHeaders
- Printing documents with headers and footers. Loading
- RTF files with headers and footers.
- PrintingReportHelper
- Printing using TRVReportHelper. Printing with one and
- two columns.
- ========= IMAGES =========
- GraphicsToImage
- Draws RichView document onto metafile canvas
- GraphicsEmoticons
- Replaces :) :( :| with images
- GraphicsDragImg
- Inserts dropped image in editor
- GraphicsSharedImages
- Storing graphics outside of RVF files.
- ========= CUSTOM DRAWING =========
- Custom DrawCustomDraw
- Custom drawing in RichView.
- (Delphi3+ is required, since
- TBitmap.ScanLines property was used)
- Custom DrawMathematics
- One more example of custom drawing (math-style)
- ========= HYPERTEXT FEATURES =========
- HypertextURLs
- Demo scans for URLs in text and makes them hypertext links.
- HypertextCreateHyperlink
- Converts selected text to hyperlinks
- HypertextPhoneBook
- Simple phonebook example: listbox-like selection using
- hypertext.
- ========= INTERNATIONAL FEATURES =========
- InternationalRTL
- Using BiDiMode - displaying Hebrew and Arabic text (D3+)
- InternationalAccents
- Shows processing of combined Unicode characters
- (D3+, best viewed on WinNT/2000/XP)
- ========= DEMONSTRATION OF FIELDS =========
- FieldsLiveLink
- Changes in RichViewEdit are reflected in edit box and vice versa
- FieldsFillInGaps
- Allows to type text only in special fields in the document
- FieldsMailMerge
- Two projects. The first one allows editing template with fields,
- the second projects fills this template with values
- FieldsMailMerge2
- Advanced version. Instead of changing text of text items
- representing fields, this demo replaces fields with
- arbitrary RVF contents.
- FieldsSpreadsheet
- Field values are calculated automatically
- ========= BULLETS AND NUMBERING =========
- ListStylesBullets
- How to apply paragraph bullets and numbering
- ListStylesImageListBullets
- Shows bullets with image list.