Delphiにおけるサブルーチン概要
プロシージャ(手続き)と関数は、 Windowsアプリケーション開発において不可欠な要素です。例えば、関数は、特定のタスクを実行するためにユーザーから入力を受け取るさまざまな命令のセットです。通常、関数は、何かを計算し特定の出力が得られます。一方、プロシージャは、Delphi などのプログラミング言語で使用される一連の命令です。これらのプロシージャと関数は、技術的にはサブルーチンとして知られています。
続きを読むプロシージャ(手続き)と関数は、 Windowsアプリケーション開発において不可欠な要素です。例えば、関数は、特定のタスクを実行するためにユーザーから入力を受け取るさまざまな命令のセットです。通常、関数は、何かを計算し特定の出力が得られます。一方、プロシージャは、Delphi などのプログラミング言語で使用される一連の命令です。これらのプロシージャと関数は、技術的にはサブルーチンとして知られています。
続きを読むランダムなパスワードを生成できるアプリケーションや、ランダムな結果を引き出すことができるようなプログラムを見たことがあるのではないでしょうか。サイコロを振るアプリはどうでしょうか? 興味深いことに、この特定の機能について、最近開催された Coding Boot Camp 2022 で採り上げられました。Bootcamp初日は、プログラミングの基礎やDelphiの基礎にフォーカスしていましたが、2日目からは、より詳細な Windowsプログラム開発の知識...
続きを読むPython と Delphi は現在、 Windowsプログラム開発 だけでなく、他のプラットフォームでも主要なプログラミング言語の 2 つです。どちらも成熟した言語であり、プログラミング業界で高い評価を得ています。Python は 1989 年に、Delphi は 1995 年に誕生していますが、Delphiでは1970 年代から存在する Object Pascal を使用しています。Delphi は迅速なアプリケーション開発の側面と GUI アプリケーションで最もよく知られています...
続きを読む前回のセッションで Python と Delphi の相乗効果を紹介した後、Windows 用のオープンソース IDEソフトウェア である PyScripter について詳細を説明します。最近開催された Coding Boot Camp 2022のセッションを収録したこのビデオでは、Kiriakos Vlahos が PyScripter について説明し、Delphi 開発者が利用できるコア機能から新しく追加された機能まで、すべてを実演します。
続きを読むAfter learning everything about looping and its core function in Delphi from the last session from the recently concluded Coding Boot Camp 2022, we will advance to another equally important topic about coding in Delphi. The first day of the boot camp focused on the foundation and fundamentals of Delphi and how they became an integral part of Windows application…
続きを読むWe’re back with another Coding Boot Camp 2022 recap. After learning everything about the If statements and how they can be effectively used in any Windows application development. We are going to take a deeper look at the so-called For-loops. In this session, we will be introduced to the idea of iteration. Generally, in programming, is the process where a…
続きを読むThe recently concluded 5-day Coding Boot Camp 2022 was indeed a success. The free boot camp officially started last Monday (August 22) and aimed to teach all aspiring developers everything they should know about Delphi from the very basic to the most advanced feature. The first day of the boot camp provided focus on the foundation and fundamentals of Delphi….
続きを読む