Difference between revisions of "Components and Code examples/ja"

From Lazarus wiki
Jump to navigationJump to search
Line 44: Line 44:
 
* [[Sockets]] - TCP/IP ソケット通信コンポーネント
 
* [[Sockets]] - TCP/IP ソケット通信コンポーネント
 
* [[lNet]] - TCP/UDP 通信用ネットワークコンポーネント
 
* [[lNet]] - TCP/UDP 通信用ネットワークコンポーネント
 +
* [[fpc:FPC and Apache Modules|FPC and Apache Modules]] - Headers for creating Apache modules with fpc
 +
* [[Web_Service_Toolkit|Web Services Toolkit]] - Web Services authoring and consumption
  
 
=== データベース ===
 
=== データベース ===

Revision as of 06:49, 15 February 2009

Deutsch (de) English (en) español (es) suomi (fi) français (fr) magyar (hu) Bahasa Indonesia (id) italiano (it) 日本語 (ja) 한국어 (ko) português (pt) русский (ru) slovenčina (sk) 中文(中国大陆)‎ (zh_CN) 中文(台灣)‎ (zh_TW)

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


Lazarus-CCR Released Components

マルチメディア

  • ACS - ACSのオーディオコンポーネントスイート
  • Bluetooth - Accessing Bluetooth devices. For example the Wiimote.

グラフィックス

  • GLScene - OpengGL グラフィックスライブラリ GLScene のポート
  • TOpenGLBox - A barebones OpenGL component for Lazarus that provides an OpenGL rendering area.
  • SMNetGradient - Lazarus 用グラデーションコンポーネント
  • TAChart - Lazarus 用チャートコンポーネント
  • PlotPanel - アニメーショングラフ作成用プロット・チャートコンポーネント
  • LazRGBGraphics - A package for fast in memory image processing and pixel manipulations (like scan line).
  • TMetafile/TMetafileCanvas - EnhMetafile API implementation for Windows.

ツール

  • FpSystools - Kylix 版の TorboPower SysTools を Lazarus 用にコンバートしたもの
  • DCPcrypt - DCPcrypt Cryptographic コンポーネントライブラリ
  • RXfpc - RXlib コンポーネントとして知られている幾つかのコンポーネントを Lazarus 用にコンバートしたもの
  • MultiLog - FPC-Lazarus 用にデザインされたシステムログ
  • OnGuard - Turbo Power OnGuard のポート
  • UniqueInstance - A component to force only one instance running at same time
  • XDev Toolkit - Cross-platform development tools.
  • MouseAndKeyInput - Tool for cross-platform manipulation with mouse and key input.
  • PascalSane - bindings for the libsane scanner API, with demo application.

アーカイバ(圧縮・解凍)

  • Zlibar - zlib アーカイバ。様々なファイルを一つの圧縮ファイルにしたり、解凍することが出来ます
  • FreePascalArchivePackage - TurboPower Software's Abbrevia ライブラリを Free Pascal コンパイラ用にコンバートしたもの
  • ZipFile - Component that encapsulates a zipfile, you can read and write from it as if it's a filesystem
  • libtar - Classes for .TAR archives by Stefan Heymann, who kindly relicensed so that they are now in the FPC 2.1.1 and later distributions. Can be combined by zstream to create .tar.gz files.

エディタ/ビューア

  • PowerPDF - Lazarus 用 PowerPDF (visual) コンポーネント
  • RichView - Lazarus 用 TRichView フリーウェア版コンポーネント
  • Fshcomp - エディットコンポーネント
  • SynEdit/ja - ソースエディタコンポーネント (IDEで使われています)

ネットワーク

データベース

  • TPSQL - PostgreSQL データベースサーバ接続用コンポーネント
  • tiOPF - TechInsite Object Persistent Framework (Ver. 2)

システム

  • EpikTimer - Lazarus 仕様の正確なタイマーコンポーネント
  • TrayIcon - マルチプラットフォームのシステムトレイコンポーネント
  • TPopupNotifier - バルーンヘルプを表示させるためのTPopupNotifierの使い方
  • MultiDoc - Lazarus 用の pseudo-MDI アプリケーションを書くためのコンポーネント
  • MDButtonsBar - MultiDoc コンポーネント用の ButtonsBar

ビジュアルコンポーネント

FPC/Lazarus のパッケージ (not hosted here)

  • バージョン32で、Lucas Gebauer の優れた Synapse TCP/IP ライブラリは Free Pascal/Lazarus 互換となりました。Lucas 氏はまた、彼のシリアルポート通信用スイートである Synaser を、Free Pascal で動作するようにして、バージョン12としてリリースしました。
  • Indy
    • オリジナル版(現在休止中): Indy for Lazarus project には FPC/Lazarus 用の 119 の Indy コンポーネントがあります
    • 新しいバージョン Indy with Lazarus (Indy9 と Indy10 の両方)
  • CUPS for Lazarus project FPC/Lazarus 用の標準的な UNIX プリントシステム
  • FIBL Lazarus 用の FreeIBComponents

サンプルプログラム

このページのオリジナルと変更について