国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

Build File Explorer Applications in RAD Studio 12

這篇具有很好參考價值的文章主要介紹了Build File Explorer Applications in RAD Studio 12。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

Build File Explorer Applications in RAD Studio 12

December 13, 2023

ShellBrowser Delphi Components v12.1 now support RAD Studio 12 Athens, enabling developers to easily embed File Explorer functionality into their Delphi apps.

Build File Explorer Applications in RAD Studio 12,筆記,ShellBrowser

ShellBrowser Delphi Components let you harness the familiar Windows Explorer experience within your Delphi or C++Builder applications. These components seamlessly replicate the functionality of Windows Explorer, including left and right panes, context menus, thumbnails, virtual folders, and shell extensions.

The ShellBrowser Delphi Components V12.1 release adds supports RAD Studio 12 Athens. This allows Delphi developers using the latest version of Embarcadero's integrated development environment to create user-friendly file explorer applications using drop-in Shell functionality.

ShellBrowser Delphi Components v12.1

Released: Dec 5, 2023

Updates in v12.1

Features
  • Added support for Embarcadero RAD Studio 12 Athens.
  • TJamFilePreview: Using the new "LoadFromStream" method, you can now load a file preview directly from a TStream. The file extension that must be passed as parameter determines the PreviewHandler that will be used for the displaying the file. As most PreviewHandlers work with file paths internally, the stream is written to a temporary file, which is then displayed.
  • Context Menu: The modern "Share" command, that was introduced with Microsoft Windows 10 is now working in ShellBrowser's context menu. This affects all components that automatically provide an item's context menu, like the TJamShellList, TJamShellTree, TJamFileList.
  • Context Menu: Opening the parent folder is now reported as "saGoUp".
  • TJamShellTree: The ShellTree will now automatically add new root nodes if the folder that is passed via a TJamShellLink is not available within the current nodes. This only applies, if the ShellTree supports more than one root node (i.e. the "MultipleRoots" property is not set to mrSingleRoot).
  • The "JamExplorer" example project now illustrates supporting a dark and a light mode in an application.
  • Some refactorings to the code base have been applied and new units have been introduced.
Fixes
  • A fix concerning the enumeration of Special Folder "Desktop" that was introduced in v12 unfortunately has a major side-effect: the fix causes app freezes if executed in a DLL. This has been fixed.
  • Context Menu: The "OnBeforeCommand" now passes "saUnknown" as value for a command, if the context menu, that was selected by the user, doesn't provide a verb. In the past, those menu items were reported as "saDefault", which is normally the command that is executed when double-clicking an item.
  • The work on this unfortunately introduced a breaking change: If you want to trigger the default command in code, you could in former versions pass an empty string to e.g. "TJamShellList.InvokeCommandOnSelected". Please explicitly pass "saDefault" for this.
  • TJamShellList: In rename operations it is now possible to remove the extension of a file, even if Windows Explorer is configured to hide extensions. In prior versions, trying to do so didn't have any effect.
  • TJamShellList: In recent versions, it was not possible to rename shortcuts (elements with extension ".lnk") correctly. Depending on the setting, whether the file extensions were displayed in the controls, the ".lnk" extension was dropped during the rename operation. This has been fixed.
  • TJamShellList: The "OnBeforeCommand" event is now also called for a rename operation that has been started via 2 mouse-clicks.
  • TJamShellList: A potential AccessViolation that might have happened executing commands such as copying via "Ctrl-C" is now prevented.
  • TJamShellList: Even if IconsBasedOnFileExtension is set, shortcuts will now display the real icon of the file instead of a generic file icon. The icon is fetched asynchronously.
  • TJamExplorerBrowser: Using the setting "FileSystemOnly", zip files are now not hidden from the view anymore. It is just not possible to view their content in the ExplorerBrowser control.
  • TJamDriveList: Updating the list with changing drives and devices has been improved. In prior versions, attaching or detaching USB devices sometimes was not reflected in the DriveList in time.
  • TDetailsPane: A problem where the property display was cut off on high dpi has been fixed.

?文章來源地址http://www.zghlxwxcb.cn/news/detail-758598.html

到了這里,關于Build File Explorer Applications in RAD Studio 12的文章就介紹完了。如果您還想了解更多內容,請在右上角搜索TOY模板網以前的文章或繼續(xù)瀏覽下面的相關文章,希望大家以后多多支持TOY模板網!

本文來自互聯(lián)網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。如若轉載,請注明出處: 如若內容造成侵權/違法違規(guī)/事實不符,請點擊違法舉報進行投訴反饋,一經查實,立即刪除!

領支付寶紅包贊助服務器費用

相關文章

  • 導入module報錯Namespace not specified. Please specify a namespace in the module‘s build.gradle file like

    解決辦法:打開導入的module的build:gradle dependencies { 。。。 } 把 namespace \\\'com.example.XXX’和 applicationId \\\"com.example.XXX\\\"改成 被導入的project的 namespace \\\'com.example.XXX’和 applicationId “com.example.XXX” 一般也會報版本不對,也把 compileSdk 33 targetSdk 33 minSdk 16也改成 被導入的project的 同款 -

    2024年02月11日
    瀏覽(28)
  • RAD Studio 11.2詳解其務實改進(Delphi & C++ Builder)-Alexandria

    RAD Studio 11.2詳解其務實改進(Delphi & C++ Builder)-Alexandria

    目錄 RAD Studio 11.2詳解其務實改進(Delphi C++ Builder)-Alexandria 本文為博主針對官方的原創(chuàng)技術翻譯,未經許可不得轉載 一、官方關于本次release的版本改進說明 ? ? ? ? 愿景 ? ? ? ? 再次介紹“RAD Studio”的優(yōu)勢 ? ? ? ? RAD Studio 11.0回顧 ? ? ? ? RAD Studio 11.1.5 (C++) 的回顧 ? ? ?

    2024年01月20日
    瀏覽(13)
  • Data Structure, Algorithm,and Applications in C++

    Data Structure, Algorithm,and Applications in C++

    在學習這本書進階內容之前,我們可以跟著它的第一章部分再鞏固和復習。本書由Sartaj Sahni撰寫,由王立柱和劉志紅翻譯。全書通俗易懂,內容豐富,是鞏固C++內容的不二選擇。希望本文對各位有所幫助。 目錄 1.函數與參數 1.1.傳值參數 1.2.模板函數 1.3.引用參數 1.4.常量引用

    2024年02月16日
    瀏覽(14)
  • 初識Coreldraw Visual Studio Tools for Applications

    初識Coreldraw Visual Studio Tools for Applications

    提示:文章寫完后,目錄可以自動生成,如何生成可參考右邊的幫助文檔 相信我們很多人都有用過Coreldraw Vba二次開發(fā)來編寫插件操作Coreldraw做設計排版的經歷。VBA代碼組織不夠理想,錯誤提示不夠友好,批量修改不夠方便。所以Coreldraw引入了微軟的VSTA,集成Visual Studio Tool

    2024年02月09日
    瀏覽(77)
  • ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/

    ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/

    最近升級Xcode 14.3之后,執(zhí)行repo push 命令的時候,遇到了下main的錯誤 ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a clang: error: linker command failed with exit code 1 (use -v to see invocation) 如圖 但是網上翻了好久,發(fā)現(xiàn)下面這句

    2024年02月12日
    瀏覽(28)
  • file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/l

    忍到今天升級了xcode14.3.1 又報錯了 解決問題的方法: 打開上個XCode14.2中已下路徑的arc文件,然后復制到新的xcode對應路徑。 然而呢,基本很少有人會有提前備份的 鏈接: https://pan.baidu.com/s/1LAvyffOVLMwQBAL64Bqa_A?pwd=t6j7 提取碼: t6j7

    2024年02月08日
    瀏覽(23)
  • Android問題筆記-Android studio 出現(xiàn)Failed to compile values file.錯誤

    Android問題筆記-Android studio 出現(xiàn)Failed to compile values file.錯誤

    點擊跳轉=Unity3D特效百例 點擊跳轉=案例項目實戰(zhàn)源碼 點擊跳轉=游戲腳本-輔助自動化 點擊跳轉=Android控件全解手冊 點擊跳轉=Scratch編程案例 點擊跳轉=軟考全系列 專注于 Android/Unity 和各種游戲開發(fā)技巧,以及 各種資源分享 (網站、工具、素材、源碼、游戲等) 有什么需要歡

    2024年02月11日
    瀏覽(24)
  • 【論文閱讀記錄】地震數據增強方法:APPLICATIONS OF DEEP LEARNING IN SEISMOLOGY

    ?隨機位移(Random shift)技術對于提高模型泛化能力的重要性。通過將地震訓練數據在時間上進行隨機位移,可以減少模型對于特定時間點的位置偏見,從而提高其對地震波到達時間預測的準確性。 目標:利用隨機位移增強地震波到達時間(如P波)的預測準確性,通過在每

    2024年04月09日
    瀏覽(25)
  • Xcode(14.3)運行項目報錯:File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault

    報錯: File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a 解決辦法: 1、下載arc目錄解壓后復制到指定目錄路徑: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib

    2024年02月12日
    瀏覽(22)
  • Beyond Big Data: New Applications in the Age of 5G and

    作者:禪與計算機程序設計藝術 隨著經濟、科技和社會的快速發(fā)展,信息技術正在改變我們的生活。從20世紀70年代開始,大數據技術已經成為熱門話題?;诖髷祿膽萌缢阉饕妗⑼扑]系統(tǒng)、圖像識別、地圖導航等已經發(fā)展出一批商業(yè)化產品。但在最近幾年里,隨著5

    2024年02月08日
    瀏覽(14)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領取紅包,優(yōu)惠每天領

二維碼1

領取紅包

二維碼2

領紅包