Difference between revisions of "Lazarus Documentation/ja"

From Lazarus wiki
Jump to navigationJump to search
 
(22 intermediate revisions by 5 users not shown)
Line 4: Line 4:
  
  
日本語翻訳に参加頂ける方は[[Japanese_Localization_Notes|翻訳ノート]]を御覧ください。
+
日本語翻訳に参加頂ける方は[[Japanese_Localization_Notes|翻訳ノート]]をご覧ください。
  
  
 
==Lazarus と Pascal のチュートリアル==
 
==Lazarus と Pascal のチュートリアル==
  
*[[Object Pascal Tutorial]]
+
*[[Basic Pascal Tutorial/ja|Basic Pascal チュートリアル]]
*[[:Category:Tutorials|All tutorials on the wiki]] - Collection of tutorials with difficulty ranging from beginner to expert level
+
*[[:Category:Tutorials/ja|ウィキ内の全チュートリアル]] - 初心者から上級者までさまざまなレベルのチュートリアルの取りまとめたものです
*There are also other tutorials not hosted here in [[Lazarus Documentation#Lazarus related blogs, websites, videos, magazines and books]].
+
*ここで紹介されてない他のチュートリアルは [[Lazarus Documentation/ja#Lazarus 関連のブログ、ウェブサイト、ビデオ、雑誌、書籍]] にあります。
*[http://www.schoolfreeware.com/Free_Pascal_Tutorials.html SchoolFreeware's FreePascal Tutorials] - From command line interface (CLI) to graphical user interface (GUI) using Lazarus IDE
+
*[http://www.schoolfreeware.com/Free_Pascal_Tutorials.html SchoolFreeware FreePascal チュートリアル] - コマンドラインインターフェース(CLI)からグラフィカルユーザーインターフェース(GUI)のプログラムまで、Lazarus IDE を用いたチュートリアルです。
  
(See also "Websites", further down this page)
+
(さらなるチュートリアルは、このページ内の下部にある"ウェブサイト"節もご覧ください。)
  
 
===Lazarus/FPC===
 
===Lazarus/FPC===
*[[Overview of Free Pascal and Lazarus/ja|Free PascalとLazarusの概要]] - これらの汎用的な開発ツールを使って何が作れるのかを、簡単に説明します。
+
*[[Overview of Free Pascal and Lazarus/ja|Free PascalとLazarusの概要]] - Lazarus を使って何が作れるのかを、簡単に説明します。
*[[Lazarus Tutorial/ja|Lazarus チュートリアル]] - 初心者のためのチュートリアルとLazarus IDEについて、少し細かく説明します。
+
*[[Lazarus Tutorial/ja|Lazarus チュートリアル]] - 初心者のためのチュートリアルと Lazarus IDE についての説明です。
 +
*[[Form Tutorial/ja|Formチュートリアル]] - Form の使い方についての、初心者のためのチュートリアルです。
 
*[[Lazarus IDE Tools/ja|Lazarus IDEツール]] - 中級者のために、その他のIDEツールの情報や、より完全なコーディングをするための情報を掲載しています。
 
*[[Lazarus IDE Tools/ja|Lazarus IDEツール]] - 中級者のために、その他のIDEツールの情報や、より完全なコーディングをするための情報を掲載しています。
 
*[[Developing with Graphics/ja|グラフィックスプログラミング]] - 2D および 3D グラフィックスプログラミングのサンプルを掲載しています。
 
*[[Developing with Graphics/ja|グラフィックスプログラミング]] - 2D および 3D グラフィックスプログラミングのサンプルを掲載しています。
 
*[[OpenGL Tutorial/ja|OpenGL チュートリアル]] - Lazarus アプリケーションで OpenGL 使う方法
 
*[[OpenGL Tutorial/ja|OpenGL チュートリアル]] - Lazarus アプリケーションで OpenGL 使う方法
*[[Multimedia Programming/ja|マルチメディアプログラミング]] - 音や映像の再生方法。
+
*[[Multimedia Programming/ja|マルチメディアプログラミング]] - 音声や動画の再生方法
 
*[[Office Automation/ja|オフィスオートメーション]] - スプレッドシートや文書、プレゼンテーションなどのオフィスアプリケーションを操作する方法
 
*[[Office Automation/ja|オフィスオートメーション]] - スプレッドシートや文書、プレゼンテーションなどのオフィスアプリケーションを操作する方法
 
*[[Lazarus/FPC Libraries/ja|Lazarus/FPC での動的ライブラリ]] - 動的ライブラリ (.so, .dll, .dylib) の作製方法や利用方法を説明します。
 
*[[Lazarus/FPC Libraries/ja|Lazarus/FPC での動的ライブラリ]] - 動的ライブラリ (.so, .dll, .dylib) の作製方法や利用方法を説明します。
 
*[[Creating bindings for C libraries/ja|Cヘッダファイルの移植]] - C のヘッダファイル (.h) を Pascal ユニットに変換する方法
 
*[[Creating bindings for C libraries/ja|Cヘッダファイルの移植]] - C のヘッダファイル (.h) を Pascal ユニットに変換する方法
 
*[[Console Mode Pascal/ja|コンソールモードでのPascalプログラム]] - テキストモードプログラムをLazarusのIDEで書く方法
 
*[[Console Mode Pascal/ja|コンソールモードでのPascalプログラム]] - テキストモードプログラムをLazarusのIDEで書く方法
*[[Lazarus Inline Assembler/ja|Lazarus インラインアセンブラ]] - スタートガイド
+
*[[Lazarus Inline Assembler/ja|Lazarus インラインアセンブラ]] - インラインアセンブラの最初の一歩
*[[Databases]] - An introduction to using databases in Lazarus and links to other database articles.
+
*[[Portal:Databases/ja| データベース]] - Lazarus でのデータベースの使い方の紹介とデータベースに関する他の記事へのリンク
*[[SQLdb Tutorial0]] - Set up instructions for sample data for the following database tutorials
+
*[[SQLdb Tutorial0/ja]] - 次のデータベースチュートリアルのサンプルデータのセットアップ手順
*[[SQLdb Tutorial1]] - A tutorial that teaches you to get up and running with Lazarus visual components and databases
+
*[[SQLdb Tutorial1/ja]] - Lazarus ビジュアル コンポーネントとデータベースを立ち上げて実行する方法を教えるチュートリアル
*[[SQLdb Tutorial2]] - Second part of the DB tutorial series, showing editing, inserting etc.
+
*[[SQLdb Tutorial2/ja]] - DB チュートリアル シリーズの第 2 部。編集や挿入などを示す
*[[SQLdb Tutorial3]] - Third part of the DB tutorial series, showing how to program for multiple databases and use a login form
+
*[[SQLdb Tutorial3/ja]] - DB チュートリアル シリーズの第 3 部。複数のデータベースのプログラミング方法とログイン フォームの使用方法を示す
*[[SQLdb Tutorial4]] - Fourth part of the DB tutorial series, showing how to use data modules
+
*[[SQLdb Tutorial4/ja]] - DB チュートリアル シリーズの第 4 部。データ モジュールの使用方法を示す
*[[SqlDBHowto]] - Explanations and code for various aspects of using SQLdb for reading and manipulating data in relational databases
+
*[[SqlDBHowto/ja]] - リレーショナル データベースでのデータの読み取りと操作のための SQLdb の使用に関するさまざまな側面の説明とコード
*[[Lazarus Database Tutorial/ja|Lazarus データベースチュートリアル]] - A tutorial which has some more background information on how to connect to popular databases, for example MySQL, Firebird, Postgres, etc.
+
*[[Lazarus Database Tutorial/ja|Lazarus データベースチュートリアル]] - MySQL、Firebird、Postgres などの一般的なデータベースに接続する方法に関する背景情報を含むチュートリアル
*[[Working With TSQLQuery]] - An in depth description of using TSQLQuery, having details about using parameters in queries and non-SELECT-queries
+
*[[Working With TSQLQuery/ja]] - An in depth description of using TSQLQuery, having details about using parameters in queries and non-SELECT-queries
 
*[[Translations_/_i18n_/_localizations_for_programs/ja|翻訳/国際化/プログラムの地域化]] - プログラムやパッケージに各国語対応を提供する方法
 
*[[Translations_/_i18n_/_localizations_for_programs/ja|翻訳/国際化/プログラムの地域化]] - プログラムやパッケージに各国語対応を提供する方法
*[[Daemons and Services/ja]] - Windows上でのサービスやlinux上のデーモンを作成する方法
+
*[[Daemons and Services/ja|デーモンとサービス]] - Windows 上でのサービスや Linux 上のデーモンを作成する方法
*[[VirtualTreeview Example for Lazarus]] - Using VirtualTreeview on Lazarus.
+
*[[VirtualTreeview Example for Lazarus|Lazarus 向けの VirtualTreeview サンプル]] - Lazarus で VirtualTreeview を使用する
  
 
===ハードウェア、スレッド、プロセス===
 
===ハードウェア、スレッド、プロセス===
*[[Using the printer]] - Printer support in Lazarus
+
*[[Using the printer/ja|プリンタの使用]] - Lazarus ではプリンタをサポートしています
 
*[[Hardware Access/ja|ハードウェアアクセス]] - ISAカード、PCIカード、パラレル/シリアルポート、USBデバイスなどの、ハードウェアデバイスにアクセスする方法を説明します。
 
*[[Hardware Access/ja|ハードウェアアクセス]] - ISAカード、PCIカード、パラレル/シリアルポート、USBデバイスなどの、ハードウェアデバイスにアクセスする方法を説明します。
 
*[[Multithreaded Application Tutorial/ja|マルチスレッドアプリケーションチュートリアル]] - Free PascalとLazarusを使ったマルチスレッドアプリケーションの書き方を説明します。
 
*[[Multithreaded Application Tutorial/ja|マルチスレッドアプリケーションチュートリアル]] - Free PascalとLazarusを使ったマルチスレッドアプリケーションの書き方を説明します。
Line 49: Line 50:
  
 
===ファイル===
 
===ファイル===
*[[File Handling In Pascal]] - Basic explanations on the use of files, for beginners in pascal.
+
*[[File Handling In Pascal/ja|Pascal でのファイル操作]] - Pascal におけるファイルの扱い方、初心者向けの基本的な説明
*[[TXMLPropStorage]] - Using TXMLPropStorage to save user preferences.
+
*[[TXMLPropStorage/ja|TXMLPropStorage]] - 設定情報を保存するための TXMLPropStorage の使い方
 
*[[XML Tutorial/ja|XMLファイルの読み書き]] - XMLファイルを読み書きする方法について説明します。
 
*[[XML Tutorial/ja|XMLファイルの読み書き]] - XMLファイルを読み書きする方法について説明します。
*[[Using INI Files]] - How to work with INI files in pascal.
+
*[[Using INI Files/ja|INI ファイルの使用]] - Pascal での INI ファイルの取り扱い方
  
 
===ウェブ===
 
===ウェブ===
*[[Portal:Web_Development|Web Development Portal]] - How to develop web applications with Lazarus and Free Pascal.
+
*[[Portal:Web_Development|ウェブ開発 ウィキポータル]] - Lazarus Free Pascal を使ったウェブアプリケーションの開発方法
 
**[[Webbrowser|ウェブブラウザ]] - ウェブブラウザの操作
 
**[[Webbrowser|ウェブブラウザ]] - ウェブブラウザの操作
**[[Networking|Web Programming and Networking]] - Tutorials about TCP/IP protocol, WebServices and links to web development articles.
 
 
**[[Networking/ja|ウェブプログラムとネットワーク]] - TCP/IP プロトコル、ウェブサービス、ウェブ開発に関連する記事ついて説明します。
 
**[[Networking/ja|ウェブプログラムとネットワーク]] - TCP/IP プロトコル、ウェブサービス、ウェブ開発に関連する記事ついて説明します。
  
 
===プラットフォーム===
 
===プラットフォーム===
*[[Portal:Windows|Windows Portal]] - Programming tips and reference information for desktop Windows and Windows mobile.
+
*[[Portal:Windows/ja|Windows ウィキポータル]] - デスクトップ Windows Windows モバイルに関するプログラミングとリファレンス情報
**[[WinCE Programming Tips]] - Using the telephone API, sending SMSes, and more...  
+
**[[WinCE Programming Tips|WinCE プログラミングに関する情報]] - Using the telephone API, sending SMSes, and more...  
*[[Portal:Linux|Linux Portal]] - Programming tips and reference information for desktop Linux.
+
*[[Portal:Linux|Linux ウィキポータル]] - デスクトップ Linux に関するプログラミングとリファレンス情報
**[[Lazarus on Raspberry Pi]] - How to install and use Lazarus on the Raspberry Pi.
+
**[[Lazarus on Raspberry Pi|Raspberry Pi で Lazarus]] - Raspberry Pi へ Lazarus をインストールして使う方法
*[[Portal:Android|Android Portal]] - Programming tips and reference information on Android.
+
*[[Portal:Android|Android ウィキポータル]] - Android に関するプログラミングとリファレンス情報
**[[Android Programming]] - For Android smartphones and tablets.
+
**[[Android Programming|Android プログラミングに関する情報]] - Android スマートフォンとタブレットに関すること
*[[Portal:Mac|Mac Portal]] - Programming tips and reference information for Mac OS.
+
*[[Portal:Mac|Mac ウィキポータル]] - Mac OS に関するプログラミングとリファレンス情報
**[[OS X Programming Tips/ja|OS X Programming Tips]] - Lazarus のインストール、役に立つツール、Unixコマンドなど...
+
**[[macOS Programming Tips/ja|macOS プログラミングに関する情報]] - Lazarus のインストール、役に立つツール、Unixコマンドなど...
*[[Portal:iOS|iOS Portal]] - Programming tips and reference information for iOS.
+
*[[Portal:iOS|iOS ウィキポータル]] - iOS に関するプログラミングとリファレンス情報
**[[iPhone/iPod development]] - About using Objective Pascal to develop iOS applications.
+
**[[iPhone/iPod development|iPhone/iPod での開発]] - Object Pascal を使った iOS アプリケーションの開発について
  
 
==Lazarus ユーザーガイド==
 
==Lazarus ユーザーガイド==
Line 84: Line 84:
  
 
===IDE===
 
===IDE===
*[[IDE tricks/ja]] - Tips, トリックや隠れた機能など
+
*[[IDE tricks/ja|IDE の裏技集]] - 小技や妙手、隠れた機能など
 
*[[Lazarus IDE/ja|Lazarus IDE]] - IDE ウインドウ
 
*[[Lazarus IDE/ja|Lazarus IDE]] - IDE ウインドウ
 
*[[Lazarus IDE Shortcuts]] - The key mapping and shortcuts.
 
*[[Lazarus IDE Shortcuts]] - The key mapping and shortcuts.
Line 92: Line 92:
 
*[[Installing Help in the IDE]] - How to install help for the RTL, FCL and LCL in the IDE, as well as installing the Kylix help files in it and also adding help for user packages.
 
*[[Installing Help in the IDE]] - How to install help for the RTL, FCL and LCL in the IDE, as well as installing the Kylix help files in it and also adding help for user packages.
 
*[[Using Lazarus for other computer languages/ja|他言語をLazarusで使う]] - CやJavaなどをIDEで使う方法
 
*[[Using Lazarus for other computer languages/ja|他言語をLazarusで使う]] - CやJavaなどをIDEで使う方法
*[[IDE Development/ja]] - 現在のIDEの開発についてのいろいろ
+
*[[IDE Development/ja|IDE の開発]] - 現在の IDE の開発についてのいろいろ
*[[Lazarus for education]] - How to setup the IDE for courses and beginners.
+
*[[Lazarus for education|学習用 Lazarus]] - IDE を授業や初心者用に設定する方法
 
*[[Lazarus Hacks]] - Customizations and hacks that can adapt the IDE and LCL to specific needs.
 
*[[Lazarus Hacks]] - Customizations and hacks that can adapt the IDE and LCL to specific needs.
 
*[[startlazarus]] - How the IDE is started.
 
*[[startlazarus]] - How the IDE is started.
*[[Unit not found - How to find units]] - Explains how the compiler and the IDE searches for units and how this can fail.
+
*[[Unit not found - How to find units|ユニットが見つからない - ユニットの探し方]] - コンパイラと IDE のユニットの検索方法とこれが失敗することに関する説明
  
 
===LCL===
 
===LCL===
 
*[[doc:lcl/ja|LCL documentation]] - LCLオンライン文書 (作業中)。現状では、[http://lazarus-ccr.sourceforge.net/docs/lcl/index.html sourceforgeのLCL文書]、または[http://wiki.lazarus.freepascal.org/Lazarus_Tutorial/ja#.E3.82.B3.E3.83.B3.E3.83.9D.E3.83.BC.E3.83.8D.E3.83.B3.E3.83.88.E3.83.91.E3.83.AC.E3.83.83.E3.83.88 Lazarusチュートリアルのコンポーネントパレットについての説明]を参照してください。
 
*[[doc:lcl/ja|LCL documentation]] - LCLオンライン文書 (作業中)。現状では、[http://lazarus-ccr.sourceforge.net/docs/lcl/index.html sourceforgeのLCL文書]、または[http://wiki.lazarus.freepascal.org/Lazarus_Tutorial/ja#.E3.82.B3.E3.83.B3.E3.83.9D.E3.83.BC.E3.83.8D.E3.83.B3.E3.83.88.E3.83.91.E3.83.AC.E3.83.83.E3.83.88 Lazarusチュートリアルのコンポーネントパレットについての説明]を参照してください。
*[[LazActiveX]] - ActiveX/LazActiveX documentation
+
*[[LazActiveX]] - ActiveX/LazActiveX のドキュメント
*[[TAChart documentation]] - Standard component for drawing graphs and charts.
+
*[[TAChart documentation|TAChart のドキュメント]] - グラフやチャート描画用の標準コンポーネント
 
*[[LCL Components/ja|LCL コンポーネント]] - TMainMenu、TButton、TComboBox、TTimerなど LCL 標準コントロールの説明と関連リファレンス
 
*[[LCL Components/ja|LCL コンポーネント]] - TMainMenu、TButton、TComboBox、TTimerなど LCL 標準コントロールの説明と関連リファレンス
*[[The LCL in various platforms]] - A brief discussion about LCL features which behave differently in different platforms.
+
*[[The LCL in various platforms/ja|さまざまなプラットフォームにおける LCL]] - プラットフォームの違いによる LCL 機能の差異の簡単な解説
*[[Autosize / Layout/ja]] - いろんなプラットホームで動くフォームのデザイン方法
+
*[[Autosize / Layout/ja|オートサイズ/レイアウト]] - すべてのプラットホームで動作するフォームのデザイン方法
 
*[[Main Loop Hooks/ja|メインループフック]] - 複数のイベントソースをハンドルする方法
 
*[[Main Loop Hooks/ja|メインループフック]] - 複数のイベントソースをハンドルする方法
 
*[[Asynchronous Calls/ja|非同期呼び出し]] - メソッドを遅延実行する方法
 
*[[Asynchronous Calls/ja|非同期呼び出し]] - メソッドを遅延実行する方法
 
*[[File size and smartlinking/ja|ファイルサイズとスマートリンクの方法]] - アプリケーションをスマートリンクして小さい実行ファイルを作る方法
 
*[[File size and smartlinking/ja|ファイルサイズとスマートリンクの方法]] - アプリケーションをスマートリンクして小さい実行ファイルを作る方法
 
*[[Accessing the Interfaces directly/ja|インターフェイスへのアクセス]] - LCL ウィジェットセットにアクセスする方法のサンプル
 
*[[Accessing the Interfaces directly/ja|インターフェイスへのアクセス]] - LCL ウィジェットセットにアクセスする方法のサンプル
*[[Add Help to Your Application/ja]] - アプリケーションにオンラインヘルプを付ける方法
+
*[[Add Help to Your Application/ja|アプリケーションにヘルプを付ける]] - アプリケーションのオンラインヘルプを作成する方法
*[[Colors]] - Description of system colors like clDefault, clWindow and the fpImage FPColor
+
*[[Colors/ja|色について]] - clDefault、clWindow、fpImage FPColor といったシステムカラーに関する説明
*[[LCL Tips/ja]] - LCLの小技や妙技
+
*[[LCL Tips/ja|LCL の小技集]] - LCL の小技や妙技
 
*[[LCL Defines/ja]] - 適切なオプションで LCL を再コンパイル
 
*[[LCL Defines/ja]] - 適切なオプションで LCL を再コンパイル
*[[Components_and_Code_examples/ja|LCL Code Examples]] - Example working code for Lazarus.
+
*[[Components_and_Code_examples/ja|LCL コードサンプル]] - Lazarus で動作するコードのサンプル
 
*[[Lazarus Custom Drawn Controls]] - A set of custom drawn controls in Lazarus
 
*[[Lazarus Custom Drawn Controls]] - A set of custom drawn controls in Lazarus
 
*[[LCL Accessibility]] - Documentation about using making LCL applications accessible
 
*[[LCL Accessibility]] - Documentation about using making LCL applications accessible
Line 120: Line 120:
 
*[[The Power of Proper Planning and Practices/ja|適切な計画と実施の効果]] - Free PascalとLazarus開発者にとって、プログラミングに役に立つ共通の基礎知識や練習問題
 
*[[The Power of Proper Planning and Practices/ja|適切な計画と実施の効果]] - Free PascalとLazarus開発者にとって、プログラミングに役に立つ共通の基礎知識や練習問題
 
*[[Multiplatform Programming Guide/ja |マルチプラットホームのためのプログラミングガイド]] - クロスプラットホームアプリケーションを開発する方法、そしてプラットホーム間の移植の方法。
 
*[[Multiplatform Programming Guide/ja |マルチプラットホームのためのプログラミングガイド]] - クロスプラットホームアプリケーションを開発する方法、そしてプラットホーム間の移植の方法。
*[[Introduction to platform-sensitive development]] - The next step in cross-platform development.
+
*[[Introduction to platform-sensitive development/ja|プラットフォームを意識した開発の紹介]] - クロスプラットフォーム開発の一歩踏み込んだ話です
 
*[[Deploying Your Application/ja|開発したアプリケーションのインストール方法]] - 作成したアプリケーションのインストール方法
 
*[[Deploying Your Application/ja|開発したアプリケーションのインストール方法]] - 作成したアプリケーションのインストール方法
 
*[[Cross compiling/ja|クロスコンパイリング]] - あるプラットホームから、別のプラットホームの実行ファイルを作成
 
*[[Cross compiling/ja|クロスコンパイリング]] - あるプラットホームから、別のプラットホームの実行ファイルを作成
*[[GDB Debugger Tips]] - Known Issues / Tips for debugging Pascal using GDB
+
*[[GDB Debugger Tips|GDB デバッガの小技集]] - 既知の問題/GDB を使用した Pascal デバッグの小技集
 
*[[Remote Debugging/ja|リモートデバッグ]] - Lazarus アプリケーションをリモートデバッグ(別のパソコンからデバッグする)の方法
 
*[[Remote Debugging/ja|リモートデバッグ]] - Lazarus アプリケーションをリモートデバッグ(別のパソコンからデバッグする)の方法
 
*[[Application Icon/ja|アプリケーションのアイコン]] - アプリケーションにアイコンを設定する
 
*[[Application Icon/ja|アプリケーションのアイコン]] - アプリケーションにアイコンを設定する
*[[Using Pascal Libraries with .NET and Mono/ja | .NET や Mono から Pascal ライブラリを使用する]] - .NET や Mono を使ってFree Pascal のコードを利用する。
+
*[[Using Pascal Libraries with .NET and Mono/ja | .NET や Mono から Pascal ライブラリを使用する]] - .NET や Mono で Free Pascal のコードを利用できます
 
*[[Pascal and PHP|Pascal と PHP]] - Pascal と PHP の連携
 
*[[Pascal and PHP|Pascal と PHP]] - Pascal と PHP の連携
*[[Developing Python Modules with Pascal]] - extending Python with Pascal
+
*[[Developing Python Modules with Pascal|Pascal で Python モジュールを開発する]] - Pascal を使った Python の拡張
 
*[[Developing Web Apps with Pascal]] - yes, you can write Rich Internet Applications (RIA) with Pascal
 
*[[Developing Web Apps with Pascal]] - yes, you can write Rich Internet Applications (RIA) with Pascal
*[[Smartphone Development]] - About using FPC and Lazarus to target various smartphones
+
*[[Smartphone Development|スマートフォン向けの開発]] - さまざまなスマートフォンを対象とした FPC Lazarus の使い方について
*[[Lazarus Components Directory]] - A description of extra packages which are shipped with Lazarus, such as support for printers, fpWeb, daemons, etc
+
*[[Lazarus Components Directory/ja|Lazarus コンポーネントのディレクトリ]] - プリンタ、fpWeb、デーモンのサポートといったような Lazarus に付属してくる拡張パッケージの説明
  
 
===ツール===
 
===ツール===
 
*[[Lazarus Documentation Editor/ja|Lazarus文書エディタ]] - "lazde"を使った文書の書き方。
 
*[[Lazarus Documentation Editor/ja|Lazarus文書エディタ]] - "lazde"を使った文書の書き方。
*[[FPDoc Editor/ja|FPDoc Editor]] - ドキュメントファイルの統合エディタ
+
*[[FPDoc Editor/ja|FPDoc エディタ]] - ドキュメントファイルの統合エディタ
*[[FPDoc Updater/ja]] - FPDocファイルを編集するGUIツール
+
*[[FPDoc Updater/ja|FPDoc アップデーター]] - FPDoc ファイルを編集する GUI ツール
*[[lazbuild/ja]] - IDEなしでプロジェクトやパッケージをコンパイルする
+
*[[lazbuild/ja|lazbuild]] - IDE なしでプロジェクトやパッケージをコンパイルする
*[[LazSVNPkg]] - Lazarus Subversion IDE Plugin
+
*[[LazSVNPkg]] - Lazarus Subversion IDE プラグイン
*[[InstantFPC]] - run pascal programs as normal unix scripts
+
*[[InstantFPC]] - Pascal プログラムを通常の Unix スクリプトとして稼動させる
  
 
===Delphi を利用している方へ===
 
===Delphi を利用している方へ===
Line 149: Line 149:
 
==Lazarus 開発者ガイド==
 
==Lazarus 開発者ガイド==
 
*[[Developer pages|開発者]] - Lazarus 開発者の一覧
 
*[[Developer pages|開発者]] - Lazarus 開発者の一覧
*[[Lazarus Development Process]] - Roadmaps, ToDos, current development and what needs to be done for Lazarus 1.0
+
*[[Lazarus Development Process|Lazarus 開発プロセス]] - 行程表、ToDo、現在の開発、Lazarus 1.0 に必要なもの
 
*[[How To Help Developing Lazarus/ja|Lazarusの開発に関するヘルプ]] - これからLazarus自体を改良しようとする人への案内
 
*[[How To Help Developing Lazarus/ja|Lazarusの開発に関するヘルプ]] - これからLazarus自体を改良しようとする人への案内
 
*[[Version Numbering/ja|バージョン番号]] - Lazarus のバージョン番号による違いの説明
 
*[[Version Numbering/ja|バージョン番号]] - Lazarus のバージョン番号による違いの説明
Line 157: Line 157:
 
*[[DesignGuidelines/ja|デザインガイドライン]] - Lazarusのソースコードを書き換える場合の規則など。
 
*[[DesignGuidelines/ja|デザインガイドライン]] - Lazarusのソースコードを書き換える場合の規則など。
 
*[[GUI design/ja|GUIデザイン]] - Lazarus の GUI デザインをするときのガイドライン
 
*[[GUI design/ja|GUIデザイン]] - Lazarus の GUI デザインをするときのガイドライン
*[[Roadmap|ロードマップ]] - Lazarus の色々な機能についての現在の開発状況。
+
*[[Roadmap|行程表]] - Lazarus の色々な機能についての現在の開発状況
 
*[[Moderating the bug tracker]] - Lazarus開発者やモデレータへ、[http://www.freepascal.org/mantis/ bug tracker]を使ったガイドライン。
 
*[[Moderating the bug tracker]] - Lazarus開発者やモデレータへ、[http://www.freepascal.org/mantis/ bug tracker]を使ったガイドライン。
 
*[[Codetools]] - IDE にコードツールを統合する方法
 
*[[Codetools]] - IDE にコードツールを統合する方法
Line 166: Line 166:
 
===LCL - Lazarus コンポーネントライブラリ===
 
===LCL - Lazarus コンポーネントライブラリ===
 
LCL に関するより掘り下げた記事です。上のほうにある Lazarus ユーザーガイドの LCL の節も参照してください。
 
LCL に関するより掘り下げた記事です。上のほうにある Lazarus ユーザーガイドの LCL の節も参照してください。
*[[How To Write Lazarus Component]] - A helpful guide to creating your first LCL component.
+
*[[How To Write Lazarus Component|Lazarus コンポーネントの書き方]] - LCL コンポーネントを最初に作成するときの役立つ解説
 
*[[LCL Messages/ja|LCLメッセージ]] - LCLメッセージについて
 
*[[LCL Messages/ja|LCLメッセージ]] - LCLメッセージについて
 
*[[LCL Internals/ja|LCL の内部]] - 実装の詳細と新しいウィジェットの作り方
 
*[[LCL Internals/ja|LCL の内部]] - 実装の詳細と新しいウィジェットの作り方
 
*[[LCL Key Handling/ja|LCL キーの扱い]] - キーが押されたら、どうなるの?
 
*[[LCL Key Handling/ja|LCL キーの扱い]] - キーが押されたら、どうなるの?
*[[LCL Internals - Resizing, Moving]] - コントロールをリサイズや移動したときに、LCLがLCLインターフェースとどのようなやりとりをするかの内部情報。
+
*[[LCL Internals - Resizing, Moving/ja|LCL の内部 - サイズ変更、移動]] - コントロールのサイズ変更や移動したときに、LCL が LCL インターフェースとどのようなやり取りをするかの内部情報
 
*[[LCL Drag Drop]] - Managing dragging, dropping and docking
 
*[[LCL Drag Drop]] - Managing dragging, dropping and docking
 
*[[LCL Unicode Support/ja|Unicode サポート]] - Lazarus で Unicode を有効にするための作業
 
*[[LCL Unicode Support/ja|Unicode サポート]] - Lazarus で Unicode を有効にするための作業
*[[LCL Documentation Roadmap|LCL に関する文書のロードマップ]] - どのユニットのドキュメントを作ったらいいか迷ったら参考にしてください。
+
*[[LCL Documentation Roadmap|LCL に関する文書の行程表]] - どのユニットのドキュメントを作ったらいいか迷ったら参考にしてください。
 
*[[LCL Bindings]] - LCLをPascal以外のプログラミング言語へ結合する方法。
 
*[[LCL Bindings]] - LCLをPascal以外のプログラミング言語へ結合する方法。
  
Line 180: Line 180:
  
 
===翻訳/国際化/地域化===
 
===翻訳/国際化/地域化===
These articles cover how to set up the IDE, LCL and your own programs with translated/localized strings, and how to internationalize them (e.g. deal with date formats, decimal separators etc) :
+
この節の記事は、IDE や LCL、作成されているプログラムに翻訳されたもしくは地域化に対応した文字列を設定する方法、それらの国際化の対応方法(例えば、日付の書式、桁区切りなど)を網羅しています。
 
* [[Translations_/_i18n_/_localizations_for_programs/ja|翻訳/国際化/プログラムの地域化]] - アプリケーションの翻訳方法とプロジェクトやパッケージの翻訳したリソース文字列をアプリケーションに読み込む方法
 
* [[Translations_/_i18n_/_localizations_for_programs/ja|翻訳/国際化/プログラムの地域化]] - アプリケーションの翻訳方法とプロジェクトやパッケージの翻訳したリソース文字列をアプリケーションに読み込む方法
 
* [[Getting translation strings right/ja|文字列(strings)を正しく翻訳する方法]] - プログラマ向けのノート:アプリケーションを作成する際に、翻訳しやすい文字列をどのように生成し、使用するか。 文字列を生成するに当たっての一般的な事柄、特に、英語を基礎の言語としたときに考慮すべき点や実装についてのヒントを記述しています。
 
* [[Getting translation strings right/ja|文字列(strings)を正しく翻訳する方法]] - プログラマ向けのノート:アプリケーションを作成する際に、翻訳しやすい文字列をどのように生成し、使用するか。 文字列を生成するに当たっての一般的な事柄、特に、英語を基礎の言語としたときに考慮すべき点や実装についてのヒントを記述しています。
Line 205: Line 205:
 
*[http://lazarus-ccr.sourceforge.net/fpcdoc/prog/prog.html プログラマーズガイド]
 
*[http://lazarus-ccr.sourceforge.net/fpcdoc/prog/prog.html プログラマーズガイド]
 
*[http://lazarus-ccr.sourceforge.net/fpcdoc/ref/ref.html Reference guide for the system unit, and supported Pascal constructs]
 
*[http://lazarus-ccr.sourceforge.net/fpcdoc/ref/ref.html Reference guide for the system unit, and supported Pascal constructs]
*[http://lazarus-ccr.sourceforge.net/fpcdoc/rtl/index.html Run-Time Library reference manual]
+
*[http://lazarus-ccr.sourceforge.net/fpcdoc/rtl/index.html ランタイムライブラリ リファレンスマニュアル]
*[http://lazarus-ccr.sourceforge.net/fpcdoc/fcl/index.html Free Component Library reference manual]
+
*[http://lazarus-ccr.sourceforge.net/fpcdoc/fcl/index.html フリーコンポーネントライブラリ リファレンスマニュアル]
*[http://lazarus-ccr.sourceforge.net/fpcdoc/fpdoc/fpdoc.html Free Pascal documentation tool manual]
+
*[http://lazarus-ccr.sourceforge.net/fpcdoc/fpdoc/fpdoc.html Free Pascal ドキュメントツールマニュアル]
*[[Build messages]]
+
*[[Build messages/ja|ビルドメッセージ]]
  
==Special Topics==
+
==その他==
 
*[[Databases/ja|データベース]]
 
*[[Databases/ja|データベース]]
*[[Portal:SciTech|SciTech Portal]] - Lazarus and Free Pascal for Science, medicine and technology.
+
*[[Portal:SciTech|科学テクノロジー ウィキポータル]] - 科学、医学、工学、テクノロジーにおける Lazarus Free Pascal の利用
  
 
==Lazarus 関連のブログ、ウェブサイト、ビデオ、雑誌、書籍==
 
==Lazarus 関連のブログ、ウェブサイト、ビデオ、雑誌、書籍==
Line 218: Line 218:
 
===ブログ===
 
===ブログ===
  
*[http://lazarus-dev.blogspot.com/ Lazarus Development] - A blog of Lazarus developers regards development process.
+
*[http://lazarus-dev.blogspot.com/ Lazarus の開発(英語)] - 開発プロセスに焦点を当てた Lazarus 開発者のブログ
 
*[[Adventures of a Newbie/ja|初心者の冒険]] - チュートリアルを見ながら Lazarus を使い始めた初心者の記録
 
*[[Adventures of a Newbie/ja|初心者の冒険]] - チュートリアルを見ながら Lazarus を使い始めた初心者の記録
 
*[http://lazarusroad.blogspot.com/ On the road with Lazarus/Free Pascal] - A blog dedicated to register my experiences while programming with Lazarus and Free Pascal (by Luiz Américo)
 
*[http://lazarusroad.blogspot.com/ On the road with Lazarus/Free Pascal] - A blog dedicated to register my experiences while programming with Lazarus and Free Pascal (by Luiz Américo)
Line 225: Line 225:
 
*[http://beeography.wordpress.com/tag/object-pascal/ Bee.ography] just (another) Bee’s buzz!
 
*[http://beeography.wordpress.com/tag/object-pascal/ Bee.ography] just (another) Bee’s buzz!
 
*[http://donaldshimoda.blogspot.com/ Parallel Pascal Worlds] Donald Shimoda.
 
*[http://donaldshimoda.blogspot.com/ Parallel Pascal Worlds] Donald Shimoda.
*[http://devblog.brahmancreations.com/content/observations-on-freepascal-and-lazarus-development Observations on FreePascal and Lazarus Development]  
+
*[http://devblog.brahmancreations.com/content/observations-on-freepascal-and-lazarus-development FreePascal Lazarus 開発における所見(英語)]
*[http://www.lazarussupport.com/lazarus/weblog Lazarussupport] - A blog about Lazarus and Free Pascal in general - Joost van der Sluis
+
*[http://www.lazarussupport.com/lazarus/weblog Lazarussupport] - 全般的な Lazarus Free Pascal に関するブログ - Joost van der Sluis
  
 
===ウェブサイト===
 
===ウェブサイト===
These websites cover FreePascal, Lazarus or both - or they cover Delphi concepts that are applicable to Lazarus/FPC:
+
これらのウェブサイトは FreePascal、Lazarus のいずれかもしくは両方を取り扱っています。あるいは Delphi の概念について記載されており、Lazarus/FPC に当てはめることができるでしょう。
*[pp4s.co.uk] Lazarus (and Delphi) getting started information, tutorials. Useful for beginners.
+
*[http://pp4s.co.uk PP4S(英語)] Lazarus(や Delphi)を始める際の情報、チュートリアル。初心者向け。
*[http://mercury.it.swin.edu.au/swinbrain/index.php/Pascal#Pascal_Development_Tools Pascal - SwinBrain] - Unique free pascal tutorial and documentation at Swinburne University
+
*[http://mercury.it.swin.edu.au/swinbrain/index.php/Pascal#Pascal_Development_Tools Pascal - SwinBrain] - スインバン大学独自の Free Pascal のチュートリアルとドキュメント
 
*[http://sheepdogguides.com/lut/ Lazarus Programming] A series of tutorials to get beginners started. Limited "how to install" material. From SheepdogSoftware.co.uk
 
*[http://sheepdogguides.com/lut/ Lazarus Programming] A series of tutorials to get beginners started. Limited "how to install" material. From SheepdogSoftware.co.uk
*[[Object Pascal Tutorial/ja|Object Pascal チュートリアル]] ''Wiki 版'' - [http://www.taoyue.com/ Tao Yue'によるもの] [http://www.taoyue.com/tutorials/pascal/ Pascal チュートリアル] (reposted with permission)。
+
*[[Basic Pascal Tutorial/ja|Basic Pascal チュートリアル]] ''Wiki 版'' - [http://www.taoyue.com/ Tao Yue 氏による] [http://www.taoyue.com/tutorials/pascal/ Pascal チュートリアル](許可をいただいて転載したものです)
 
*[http://sheepdogguides.com/tut.htm Delphi Tutorials Arranged in Groups, by Difficulty] An accumulation of material from many years. Topics range from "Hello World" to using Dallas 1-Wire to TCP/IP. The ones I've tried port to Lazarus without hassle.
 
*[http://sheepdogguides.com/tut.htm Delphi Tutorials Arranged in Groups, by Difficulty] An accumulation of material from many years. Topics range from "Hello World" to using Dallas 1-Wire to TCP/IP. The ones I've tried port to Lazarus without hassle.
  
  
 
中国語:
 
中国語:
*[http://www.fpccn.com/ Community for Free Pascal and Lazarus in Chinese.] - Community, forums, source code and demos in Chinese.
+
*[http://www.fpccn.com/ Free Pascal Lazarus ための中国語コミュニティ] - 中国語のコミュニティ、フォーラム、ソースコード、デモ
  
 
オランダ語:
 
オランダ語:
Line 248: Line 248:
 
スペイン語:
 
スペイン語:
 
*[http://aprendepascal.wikidot.com Programando en Pascal] - Spanish tutorial focused on FPC/Lazarus, hosted in Wikidot.
 
*[http://aprendepascal.wikidot.com Programando en Pascal] - Spanish tutorial focused on FPC/Lazarus, hosted in Wikidot.
*[http://www.conoce3000.com/html/espaniol/Libros/PascalConFreePascal/Indice.html Pascal con FreePascal] - Spanish tutorial focused only FPC (Linux & Windows).
+
*[http://www.conoce3000.com/html/espaniol/Libros/PascalConFreePascal/Indice.html Pascal con FreePascal] - FPC にだけ焦点を当てたスペイン語のチュートリアル(Linux と Windows)
*[http://www.conoce3000.com/html/espaniol/Apuntes/2012-07-17-EditorSimpleLazarus01/EditorSimpleLazarus01.html Simple Editor UTF8] How to make a UTF8 editor on Linux with Lazarus? (Spanish)
+
*[http://www.conoce3000.com/html/espaniol/Apuntes/2012-07-17-EditorSimpleLazarus01/EditorSimpleLazarus01.html シンプルエディタ UTF8] Lazarus で Linux 用の UTF8 エディタはどう作る?(スペイン語)
  
 
===ビデオ===
 
===ビデオ===
Line 257: Line 257:
 
*[[Pascal and Lazarus Books and Magazines|Pascal と Lazarus 関連の書籍および雑誌]]をご覧ください。
 
*[[Pascal and Lazarus Books and Magazines|Pascal と Lazarus 関連の書籍および雑誌]]をご覧ください。
  
==Conferences on Lazarus and Free Pascal==
+
==Lazarus Free Pascal の研究会・発表会==
* See [[Conferences and Events]]
+
* [[Conferences and Events|研究会・発表会やイベント]]をご覧ください
  
 
==Missing documentation?==
 
==Missing documentation?==
Line 265: Line 265:
 
*[[FPDoc Editor]] Built-in documentation editor in Lazarus. Page explains how to get fpdoc help sources and write your own help.
 
*[[FPDoc Editor]] Built-in documentation editor in Lazarus. Page explains how to get fpdoc help sources and write your own help.
  
 +
 +
{{AutoCategory}}
 +
[[Category:Main/ja]]
 
[[Category:Lazarus/ja]]
 
[[Category:Lazarus/ja]]
[[Category:Main/ja]]
 

Latest revision as of 17:35, 1 April 2024

العربية (ar) Deutsch (de) English (en) español (es) suomi (fi) français (fr) magyar (hu) Bahasa Indonesia (id) italiano (it) 日本語 (ja) 한국어 (ko) Nederlands (nl) português (pt) русский (ru) slovenčina (sk) Türkçe (tr) 中文(中国大陆)‎ (zh_CN) 中文(台灣)‎ (zh_TW)

日本語版メニュー
メインページ - Lazarus Documentation日本語版 - 翻訳ノート - 日本語障害情報


日本語翻訳に参加頂ける方は翻訳ノートをご覧ください。


Lazarus と Pascal のチュートリアル

(さらなるチュートリアルは、このページ内の下部にある"ウェブサイト"節もご覧ください。)

Lazarus/FPC

ハードウェア、スレッド、プロセス

ファイル

ウェブ

プラットフォーム

Lazarus ユーザーガイド

インストール方法

IDE

LCL

開発

ツール

Delphi を利用している方へ

Lazarus 開発者ガイド

LCL - Lazarus コンポーネントライブラリ

LCL に関するより掘り下げた記事です。上のほうにある Lazarus ユーザーガイドの LCL の節も参照してください。

インターフェース

翻訳/国際化/地域化

この節の記事は、IDE や LCL、作成されているプログラムに翻訳されたもしくは地域化に対応した文字列を設定する方法、それらの国際化の対応方法(例えば、日付の書式、桁区切りなど)を網羅しています。

  • 翻訳/国際化/プログラムの地域化 - アプリケーションの翻訳方法とプロジェクトやパッケージの翻訳したリソース文字列をアプリケーションに読み込む方法
  • 文字列(strings)を正しく翻訳する方法 - プログラマ向けのノート:アプリケーションを作成する際に、翻訳しやすい文字列をどのように生成し、使用するか。 文字列を生成するに当たっての一般的な事柄、特に、英語を基礎の言語としたときに考慮すべき点や実装についてのヒントを記述しています。
  • 翻訳ノート:

追加可能なコンポーネントの文書

Free Pascal コンパイラ文書

In addition to this site, the latest version of the documentation can also be found on-line and in a variety of downloadable formats on the main Free Pascal Compiler site.

その他

Lazarus 関連のブログ、ウェブサイト、ビデオ、雑誌、書籍

ブログ

ウェブサイト

これらのウェブサイトは FreePascal、Lazarus のいずれかもしくは両方を取り扱っています。あるいは Delphi の概念について記載されており、Lazarus/FPC に当てはめることができるでしょう。


中国語:

オランダ語:

  • [1] - Homepage of professor teaching programming courses with Pascal. See his links to Pascal exercises/solutions (e.g. [2])

フランス語:

スペイン語:

ビデオ

書籍

Lazarus と Free Pascal の研究会・発表会

Missing documentation?

If you miss documentation for Lazarus or FreePascal, you can always write it yourself and submit it to the Lazarus/FPC bugtracker for inclusion. Have a look at:

  • FPDoc Editor Built-in documentation editor in Lazarus. Page explains how to get fpdoc help sources and write your own help.