Delphiコミュニティページ


Articles

ソート順: 1 / 3 | 1 2 3 | 次 >>
DateTitleAuthorType
8 May Delphi iOS チュートリアル: iOS アプリケーションで InterBase ToGo を使用する
Delphi XE4 および RAD Studio XE4 オンラインドキュメントのチュートリアル
Chikako Yonezawa Tutorial
3 Nov 2012 Tutorial: Using FireMonkey Layouts to Create a Scaled Effect
This tutorial demonstrates how to use FireMonkey layouts to scale a set of buttons at the same dimension
Tim DelChiaro Tutorial
27 Oct 2012 Tutorial: Using Layouts in FireMonkey FM2 to Arrange Components
This tutorial demonstrates how to use FireMonkey layouts to arrange 2D components in a round pattern
Tim DelChiaro Tutorial
22 Oct 2012 How to Generate Documentation from Delphi Source Code
Learn how to use Documentation Insight Enterprise version in this tutorial from DevJet Software
Tim DelChiaro Tutorial
20 Oct 2012 Tutorial: Using Grid and Flow Layouts in FireMonkey FM2
This tutorial demonstrates how to use FireMonkey layouts to create a simple calculator interface
Tim DelChiaro Tutorial
13 Oct 2012 Tutorial: How to Capture and Display Video with FireMonkey FM2
This tutorial demonstrates how to capture, display and customize on displaying video data with FireMonkey
Tim DelChiaro Tutorial
6 Oct 2012 Tutorial: How to Play Audio Files with FireMonkey FM2
This tutorial demonstrates how to include and play audio media data in a FireMonkey application
Tim DelChiaro Tutorial
29 Sep 2012 Tutorial: How to Record Audio Files with FireMonkey FM2
This tutorial demonstrates how to use FireMonkey to capture audio media data
Tim DelChiaro Tutorial
2 Apr 2012 Building awesome Mac clients for web services built with Visual Studio and C#
This article demonstrates a simple ASP.NET 4.0 C# web service and a Mac OS X client application for it built with Delphi XE2 and FireMonkey
Pawel Glowacki Tutorial
31 Jan 2012 Delphi XE2 Boilerplate DataSnap Server and jQueryMobile Client
In this article we are going to build a "hello world" client/server system consisting of Delphi XE2 DataSnap REST Application server and jQueryMobile web client
Pawel Glowacki Tutorial
21 Jul 2011 Delphi Labs: DataSnap XE - Windows サービスとしての DataSnap サーバー
この Delphi Labs のエピソードの中で、さまざまな DataSnap アプリケーションの種類を確認し、デモプロジェクトとして Delphi DataSnap サーバーアプリケーションを Windows サービスとして実装します。
Chikako Yonezawa Tutorial
17 Jun 2011 Delphi Labs: DataSnap XE - jQueryMobile Web フロントエンド
この記事では、スタンドアロンの Delphi DataSnap サーバーから取得した InterBase XE の “Employees” データベースデータを表示するための jQueryMobile Web フロントエンド アプリケーションを構築するために Delphi XE を使用します
Chikako Yonezawa Tutorial
6 Apr 2011 Delphi Labs: DataSnap XE - WebBroker jQueryMobile ボイラープレート
このチュートリアルでは、Web ブラウザに jQuery ボイラーテンプレートを 返却するスタンドアロン Web アプリケーションを構築するために Delphi XE WebBroker フレームワークを使用します。
Chikako Yonezawa Tutorial
29 Mar 2011 Delphi Labs: DataSnap XE - "Plain Old Delphi Object" Parameters
In this article we are going to have a look at different types of parameters you can pass between DataSnap client and server applications. As a demo project we are going to pass parameters that are plain Delphi classes. In Java Enterprise Edition there is a concept of “Plain Old Java Objects” for passing data between applications. Here we are going to use the same pattern for exchanging data between clients and servers, so it should be OK to call parameter types used in the demo: “Plain Old Delphi Objects” or in short “PODOs”!
Pawel Glowacki Tutorial
17 Mar 2011 Delphi Labs: DataSnap XE - REST Web アプリケーション
本日は、スタンドアロン VCL フォームの Web サーバーアプリケーションで動作している Web アプリケーションと、html マークアップに埋め込まれたピュア JavaScript クライアントで構成された完全なプロジェクトを生成するための "Delphi REST アプリケーション" ウィザードを使用します。
Chikako Yonezawa Tutorial
9 Mar 2011 Delphi Labs: DataSnap XE - トランスポートフィルタ
DataSnap アーキテクチャでは、TCP/IP, HTTP, HTTPS のような異なる通信プロトコルを使用することができます。また、クライアントとサーバー間のネットワーク上で流れる生のバイトストリームに、プログラムでアクセス可能なトランスポートフィルタを使用することができます。Delphi XE には、暗号化用に2つと圧縮用に1つのプリインストールされた 3つの DataSnap トランスポートフィルタが付属しています。このラボでは、サーバーとクライアントアプリケーションで構成されている単純なシステムを構築します。双方のアプリケーションは、スタンドアロンの Delphi VCL フォームアプリケーションで、通信プロトコルとして TCP/IP を使って通信し、Zlib 圧縮フィルタを使用します。このデモの記事は http://edn.embarcadero/com/jp/delphi で、ソースコードは、Embarcadero Code Central (http://cc.embarcadero.com/item/28232) で公開しています。
Chikako Yonezawa Tutorial
7 Mar 2011 Delphi Labs: DataSnap XE - サーバーメソッドのライフサイクル
このラボでは、Delphi XE を使用し、DataSnap サーバーのメソッドクラスのインスタンスのライフサイクル管理のためのさまざまなオプションを探索します。
Chikako Yonezawa Tutorial
22 Feb 2011 Delphi Labs: DataSnap XE - 認証と承認
この記事では、Delphi XE を使用して、認証と承認のためにサポートされた新しい DataSnap の機能を調査します。
Chikako Yonezawa Tutorial
26 Jan 2009 Getting Started with Delphi DataSnap 2009
Step-by-step instruction for getting started with Delphi DataSnap 2009 “Hello World” system.
Pawel Glowacki Tutorial
8 Jul 2008 ナッキーの「Delphiでビジネスアプリ奮闘記」- 第4回 データベースのレコードをCSVファイルに保存する
今後データベースを使って、データの追加や編集をするから、CSVファイルにも結果を反映させたいな。今まではCSVファイルからデータベースに変換したけれど、今度は逆にデータベースをCSVファイルに変換してみましょう。
Hitoshi Fujii Tutorial

Server Response from: ETNASC01