FireDAC Book – Using InterBase
New book – Delphi in Depth: FireDAC There has been a growing stream of Delphi books in the last year covering everything from cross-platform development with FireMonkey to coding best practices around...
View ArticleMy Visit to Australia and ADUG Symposium
Last week I was in Australia for the ADUG Symposium, invited by the ADUG committee. For more information about this user groups, which is one of the largest and best organized in the Delphi community,...
View ArticleDaemonizing a WebBroker Application on Linux.
Recently I wrote a blog post on using the fork() instruction to create a Daemon under Linux with Delphi. In that post, the Daemon which is created does nothing but enter into an infinite...
View Articleأنشاء وتعديل الـ Styles في تطبيقات Delphi (VCL) - ARABIC -
تغيير الـ Style لتطبيقات Delphi - VCL شرح لألية العمل مع تطبيق عملي بسيط عن كيفية تغيير الـ Style [YoutubeButton url='https://youtu.be/12OWPLwJQt0']
View ArticleInterBase: Pessimistisches Locking
Hin und wieder fragen Kunden danach, wie man ein pessimistisches Locking mit InterBase erreichen kann. Es finden sich zwar Hinweise, diese sind aber sehr nebulös oder wenig konkret in Verbindung mit...
View ArticleCentennial Bridge: BUILD, Creators Update, Windows 10 S and More
As you probably know, RAD Studio 10.1 Berlin Update 2 last fall was the first IDE to offer native and direct support for the Windows Desktop Bridge (also known as Centennial Bridge). In short, using...
View ArticleJSONファイルをTTreeViewで可視化[JAPAN]
毛利です。 C++Builder VCLでJSONファイルを読み込んでTTreeViewコンポーネントに表示するプログラムを試してみました。 プログラムソースは github.com/mojeldからダウンロード可能です。 [デザイン画面] 2つのTSpeedButton, TTreeView, TMemo, TActivityIndicator, TOpenDialog,...
View ArticleDelphi Linux Blogs of the (Week) Month #52
Given I haven't made one of these monthly posts in some time, I have a rather large collection of relevant blogs psots and links, and so I decided to split the blog post in two. This is focused in full...
View ArticleWebinar Tomorrow: Understanding Automatic Reference Counting
Tomorrow, June 1st, I'll give a webinar (at 3 different time slots) focused on automatic reference counting memory model in Delphi.. This is the summary: Automatic Reference Counting is the memory...
View ArticleREST, You’re doing it wrong.
My wife recently expressed her frustration with the abundance of blog posts entitled ‘you’re doing it wrong’, or some approximation there-of; and so I could hardly resist writing one of my own! In...
View ArticleAngularJSとnode.js インストール方法[JAPAN]
毛利です。 RAD Studioロードマップ(2017年5月付)に書いていますが、 10.3 以降のRAD ServerでAngularJSクライアントがサポートされます。 Angular は、JavaScriptで書かれたOpen Sourceのフロントエンド Webフレームワークです。 先日、Angular release is...
View ArticleFireDAC SQLite で日本時間を取得する場合[JAPAN]
FireDAC SQLiteで時間を取得すると # select datetime('now') as now_ これだと日本時間で取得できません 'localtime'をつけると、日本時間が取得できます。 # select datetime('now', 'localtime') as now_
View ArticleTech Tipp #2: Windows 10 "Creators Update" und InterBase 2017
Frage: InterBase 2017 hat (aktuell, intern wird daran gearbeitet) ein Problem bei der Installation auf einem Windows 10 64 Bit "Creators Update" (AKA Windows 10 Version 1703): Die 64-Bit Plattform...
View ArticleFMX サポート対象のイメージ形式[JAPAN]
Firemonkey サポート対象のイメージ形式 TBitmapCodecManager は、異なるプラットフォームに対する、TBitmap エンコーディングおよびデコード コーデックへのサポートを提供します。TBitmapCodecManager は、TBitmap の保存や読み込み時のフィルタの作成に使用されます。 Windows OS X iOS Android BMP BMP GIF...
View ArticleSpeaking at the Italian Delphi Day 2017 Conference Next Week
Next Wednesday, June 14th, I'll give a keynote at the Delphi Day conference in Piacenza, Italy, which is also the city where I live (short trip, for sure). This is a conference I used to organize in...
View ArticleUsing unordered_map with C++Builder.
The other day, I have been to the research group meeting on C ++ in Tokyo/Japan. It is a meeting to discuss "Optimized C++" Books. In that discussion, we made an interesting discussion of...
View ArticleXcode Version 8.3.x + PAServer 10.0.1.30 Ad hoc[JAPAN]
毛利です。 Delphi / C++Builder 10.2 Tokyo Hotfix1 でiOS のAd hocを試す場合 注意が必要ですので 下記をご紹介致します。 10.2 Tokyo PAServer 10.0.1.30 10.2のHotfix1でPAServer 10.0.1.30にアップデートされています。 デバッグモードでは問題なく使えます。ですが、Ad...
View ArticleInterbase データベース作成方法[JAPAN]
[IBConsoleを起動] IBConsoleを起動し、ログインします。 初期値はSYSDBA/masterkeyとなっております。 この場合「InterBase Server Manager」側でInterbaseが起動している事を確認してください。 [データベースファイルを新規作成する] 左側のツリーからデータベースを選択し右クリック「データベースの作成」をクリックします。...
View ArticleThe Issue with Delphi Runtime Packages and Windows 10 Creators Update
Since Windows 10 Creators Update was released two months ago, we have started seeing reports of issues with runtime package (for example, https://quality.embarcadero.com/browse/ RSP-17972, where...
View Article