DevExpress VCL v16.1.3發佈,本次更新有兩個API(PDFViewer 和 RichEdit Control)有重大變化,請註意更新代碼 ...
ExpressPDFViewer
# BC3840:包含action標題和action提示的 Action classes 和 resource strings 重命名;
class名稱末尾中包含'Action'的都做了修改。比如TdxPDFViewerGoToPrevPageAction更名為TdxPDFViewerGoToPrevPage。
Resource字元串加上首碼'sdxPDFViewerAction'。比如 sdxPDFViewerOpenDocumentActionCaption resource string重命名為sdxPDFViewerActionOpenDocumentCaption,此外,刪除了冗餘的 sdxPDFViewerZoomFitVisible resource string。
要更新PDF Viewer對象,打開IDE中的PAS files (H files in C++Builder) 和 DFM 文件,替換他們的名稱:
打開 «Replace Text» 對話框: - 將 TdxPDFViewer{[^ ]+}Action 分配給 "Text to find:" 欄位; - 將 TdxPDFViewer\0 分配給 "Replace with:" 欄位; - 啟用 "Regular expressions" 選項然後單擊 "Replace All" 按鈕; - 進行更換; - 保存變化到文件。
ExpressRichEdit Control
# BC3839: IdxRichEditParagraphPropertiesBase 和 IdxRichEditParagraph界面中聲明的 LineSpacingType 屬性重命名為LineSpacingRule
- DevExpress VCL v16.1.3下載
- DevExpress VCL v16.1.3詳細更新(英文)
轉載 http://www.devexpresscn.com/post/731.html