# 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" 按鈕; - 進行更換; - 保存變化到文件。
# BC3839: IdxRichEditParagraphPropertiesBase 和 IdxRichEditParagraph界面中聲明的 LineSpacingType 屬性重命名為LineSpacingRule
轉載 http://www.devexpresscn.com/post/731.html