タグ:videos

ビデオ
How to Avoid Memory Leaks and Deal with Delphi Exceptions

In any Windows program development, it is very important to detect Memory leaks.  For a programming language like Delphi, the programmer can dynamically allocate additional memory to hold data and variables that are required for the moment but not used throughout the program. When those memory areas are no longer needed, the programmer must remember to deallocate them, otherwise, it…

続きを読む
ビデオ
How to Use NTFY to Send and Receive Push Notifications in Delphi?

Push Notification is an important element in program development and is beneficial for both developers and end-users. In this video from the recently concluded Delphicon 2023, we will learn everything about the advantages of push notification and how NTFY, a simple HTTP-based pub-sub notification service can become an excellent alternative to Firebase in Delphi. Samuel Rosa de Oliveira will discuss…

続きを読む
ニュース、ビデオ
FastReport VCL - 進化の歴史

レポートは、データを明確かつ簡潔に整理して表示する方法を提供するため、プログラミングにおいて重要です。これらのレポート機能は、データ分析やトラブルシューティングのためのツールだけでなく、クライアントに情報を伝達するためにも使用できます。レポートは、PDF から XLS および HTML までの幅広い形式で生成することもできます。

続きを読む
ビデオ
How to Create LibreOffice Documents in Delphi

LibreOffice is one of the most used, popular, powerful, and free office suites, used by millions of people around the world. It is a suite of free and open-source office applications available not just for Windows application development but also for other platforms like Unix, Solaris, Linux, and macOS. Interestingly, the need for an open-source component like LibreOffice that is…

続きを読む
ビデオ
How Delphi Won A Coding Challenge

Can a programming language like Delphi be used as a weapon in a battle? Well, in this video, we are about to witness a battle but not the kind of fight you initially thought it would be. Delphi developers will be using Delphi in a very interesting real-world coding challenge against other leading frameworks such as Microsoft WPF and Electron….

続きを読む
ビデオ
Quartex Pascalについて、またそれがJavaScript向けにどのようにRADが機能するか、知っておくべきこと

ご存知のとおり、JavaScript はインターネットのデフォルト言語に限りなく近い存在です。私たちが今日知っていて使用しているブラウザアプリのほとんどは、プログラミング言語JavaScriptを使用して開発されています。ブラウザがあらゆるユーザーのオンライン エクスペリエンスに必要な部分であり、 クロスプラットフォーム開発の実現に貢献できることを知れば、なぜ JavaScript が今日これほど重要...

続きを読む
ビデオ
TMS FNC MapsとDelphiを用いてFireDACデータをマップ上に可視化する方法

FireDAC は、Delphi と C++ Builder の両方でマルチデバイス データベース アプリケーションを開発するための、独自のユニバーサル データ アクセス コンポーネント セットを備えた強力なマルチデバイス データ アクセス ライブラリです。これは Windowsアプリケーション開発 に限定されるものではなく、RAD Studio の完全なクロスプラットフォーム サポートを提供します。

続きを読む
ビデオ
Delphiでサーバーレス化する際に知っておくべきこと

クラウド機能は、一般的にクラウド サービスを接続してタスクを実行するためのサーバーレス環境として説明されます。これらの種類のサービスを使用すると、一意の URL から到達する HTTP プロトコルを使用して、クラウド コンピューティング プラットフォームによって特定のイベントに応答して実行されるコードを記述してデプロイできます。

続きを読む
jaJapanese