Delphi documentation: GetIt Local files – Google Docs

This [Wayback/Archive] GetIt Local files – Google Docs is so much better than the [WayBack/Archive] DocWiki documentation for at least these reasons:

  • it is one coherent document
  • it is complete and does not cut away parts of the source code examples (especially the JSON in the DocWiki is bad)

I wish it had been a Markdown or reStructuredText document as that is far more version control friendly.

Hopefully it will stay on-line longer than [Archive] drive.google.com/file/d/1Pt0YOMfS1eJK7e-NyLrZ5dNOj6UlqN1U/view| or the DocWiki documentation of prior Delphi versions. For more on that, read this blog post: The Delphi documentation site docwiki.embarcadero.com has been down/up oscillating for 4 days is now down for almost a day..

If you are curious to the DocWiki documentation on the GetIt Local files, then read these:

Via [Wayback/Archive] MarcoCantu on Twitter: “#Delphi #RADStudio #CppBuilder The GetIt Local Files documentation is now (finally) on RAD Studio docwiki: …”.

And no: GetIt still is not exposing all features to the command-line as per

  • [Wayback/Archive] MarcoCantu on Twitter: “No, only via the GetIt dialog UI.” / Twitter

    [Wayback/Archive] Glenn Dufke on Twitter: “@marcocantu @JimMcKeeth Awesome stuff Now I can finally publish the sample code I have laying around which makes it easier to generate the required JSON. 🙂 Is it also possible to install the local packages through the getitcmd command line application?”

  • [Wayback/Archive] Glenn Dufke on Twitter: “@marcocantu Thank you 🙂 So no scripted automation yet. Sounds like a meta package would be the way to go for now.”
  • –jeroen

    #CppBuilder #RADStudio
    GetIt Local files

    GetIt Local Files Documentation Note: This is a temporary document and a work in progress. Please do not share this information without permission from Embarcadero. Since 11.2, RAD Studio has a feature for installing GetIt packages based on a local configuration file, rather than the content of ...

    Google Docs

    La nuova versione 12 di #RADStudio (#Delphi e #CppBuilder sta per essere rilasciata! 🤩🙌

    Dalle anteprime pubblicate in questi giorni, sembra trattarsi di una release con tantissime nuove funzionalità, oltre a diversi miglioramenti e un massiccio bug fixing. 🥰

    Ci vediamo live su #Twitch questo giovedì 9 novembre alle 21.30 per (ri)vedere e commentare il webinar di presentazione, e se già disponibile per il download, installare la nuova versione e provarla in diretta! 🚀

    👉 https://www.twitch.tv/compilaquindiva

    CompilaQuindiVa - Twitch

    Ciao, sono Marco Breveglieri, sviluppatore software. Ho aperto questo canale per condividere conoscenze ed esperienze sulla programmazione, e imparare qualcosa di nuovo a mia volta. 😊 Pubblicherò tutorial, live coding e altro ancora su linguaggi e tecnologie che mi appassionano. Stay "twitched"! 😜

    Twitch
    HexEncoding (C++) - RAD Studio Code Examples

    Hex to Binary convert

    I have converted my jpeg file as HEX code through hex converter. Now how to convert that hex to binary and save as Jpeg file on disk. Like: var declared as Hex code and then convert that var he...

    RAD Studio 11の新機能 - エンバカデロ・テクノロジーズ

    RAD Studio 11には、よりよい操作性を実現し、生産性を高めるさまざまな新機能や機能強化が加えられています。

    #cppbuilder #IDE #idea
    運用では使用しないが、一時的にデバッグに使いたいコンポーネント

    - TPanelを用意する (visible=false)
    - 使用しない時はここに置く
    - 使用する時はここから取り出す

    TPanel上にあるものがデバッグ用のコンポーネントとわかる

    #cppbuilder
    C++ BuilderにGodotのSinalに相当するものを追加できないだろうか
    #blog #cppbuilder
    https://blogs.embarcadero.com/ja/category/rad-studio/
    こういうブログで得る情報は少ない気もするが
    RAD Studio | エンバカデロ・ブログ

    #cppbuilder #Web
    Windowsアプリケーションでのブラウジング:Internet ExplorerからWebView2へ
    https://blogs.embarcadero.com/ja/browsing-in-a-windows-application-from-internet-explorer-to-webview-2-ja/
    Windowsアプリケーションでのブラウジング:Internet ExplorerからWebView2へ

    つい最近、Microsoftから2021年内にWindowsの次期バージョンである「Windows 11」がリリースされることが発表になりました。Windows 11ではいくつかの既存の機能が削除されます。その一つが「Internet Explorer」です。このブログでは、VCLでのWebブラウザコントロールの対応について説明いたします。

    Embarcadero Blogs
    Delphiの丸め問題 - Qiita

    Round関数 DelphiのRound関数はVBAのそれと同様に偶数丸め(あるいは「銀行家の丸め」)として実装されています。これの問題点については有史以来指摘されてきており、各所で回避策が提示されてきました。 Delphi ...