タグ:coding

ビデオ
Learn Delphiビデオシリーズ:32GBアプリをすばやく構築する方法を学ぶ

LearnDelphi.tvのAlisterChristieによるこの短くて速いビデオでは、彼は私たちにかなり珍しいトリックを見せてくれます。この新しいLearnDelphiビデオでは、AlisterはDelphiのVCLアプリケーションを使用して簡単なWindowsアプリを作成します。 Delphiはかなり長い間64で構築されたアプリケーションを構築することができましたが、上のビデオは私たちに簡単なことを示しています…

続きを読む
ビデオ
Learn Delphiビデオシリーズ:FastReportsによるDelphiラベル印刷アプリケーション構築法を学ぶ

Here comes another simple yet surprisingly useful trick provided by Delphi MVP Alister Christie. In this new Learn Delphi video, he will teach us how to develop windows 10 app or write a simple application that allows you to take a list of names and print name tag labels. However, this application will be done without writing a single line…

続きを読む
ビデオ
Learn Delphiビデオシリーズ:FireDACのTDataSetでIndexFieldNamesプロパティを使用してソートを行うには

Are you working with FireDAC in Delphi or windows ide? FireDAC is a unique set of Universal Data Access Components for developing multi-device database applications for Delphi. It provides methods to sort, filter, or locate a specific record in the dataset. To sort the dataset by field values, the application uses the IndexFieldNames property. It supports multiple fields, case-insensitive, and…

続きを読む
ビデオ
DelphiConプレゼンテーション:Delphiの生産性を高めるための便利なヒントとコツを学ぶ

アリスター・クリスティーは最近、DelphiでCodeFasterというタイトルの本を出版しました。本のタイトルが暗示しているように、この本は、Delphi IDEでより生産的かつ効率的になることを教え、支援します。このビデオは彼のDelphiConプレゼンテーションの一部であり、彼は彼の本のかなりの部分を共有します。これらのいくつかには、効果的なキーボードが含まれています…

続きを読む
ビデオ
CodeRageプレゼンテーション:IDEのヒントとコツおよびコーディングのショートカットを学ぶ

CodeRage is an annual virtual developer conference by Embarcadero Technologies. This annual event features sessions and talks from different speakers providing topics that will focus on inspiring developers with new and emerging technologies, best practices, creating better windows 10 apps development teams, app design, and many more. In this video, Alister Christie (A Delphi Most Valued Professional), will share with…

続きを読む
ビデオ
Learn Delphiビデオシリーズ:VCLプラットフォームとFireMonkeyプラットフォームのTCheckBoxの違いを探る

FireMonkey(FMX)とVisual Component Library(VCL)は、明らかに相互に互換性がない2つの異なるプラットフォームであり、同じモジュールで一緒に使用しないでください。これは、モジュールが前述の2つのプラットフォームのうちの1つのみを排他的に使用する必要があることを意味します。エンバカデロによると、…の非互換性

続きを読む
ビデオ
Learn Delphiビデオシリーズ:Delphiのバージョンごとに異なるフォルダーにプロジェクトファイルを出力するには

プロジェクトをDelphiに保存すると、多くの場合、実行可能ファイル(exe)とDCUファイルの両方が同じフォルダーの場所にコンパイルされます。これは標準的な手順ですが、異なるバージョンのDelphiを使用している場合、このプロセスは少し混乱する可能性があります。結局のところ、Delphiの異なるバージョンからのすべてのファイルは同じフォルダに出力されます…

続きを読む
ビデオ
Learn Delphiビデオシリーズ:Delphiの新しい言語サーバープロトコル(LSP)を調べる

以前のLearnDelphiチュートリアルビデオから、変数と、Delphiプログラムで変数を処理および操作する方法について学習したので、次はさらに一歩進んでください。今回は、DelphiMVPのAlisterChristieが、Delphiの新しいLanguageServerプロトコルを紹介します。ビデオによると、LanguageServerProtocolは新しい…

続きを読む
jaJapanese