【C++BUILDER STARTER チュートリアルシリーズ】シーズン2 C++Builderの部 第1回 ‟シューティングゲームのプログラム„
【DELPHI / C++BUILDER STARTER チュートリアルシリーズ】 シーズン2 C++Builderの部 第1回 ‟シューティングゲームのプログラム„ 「Delphi / C++Builder Starter チュートリアル」のシーズン2が2017年1月23日より始まりました。シーズン2の基本的なねらいについては以下のブログ記事でご案内の通りです。...
View ArticleRebooting the Podcast with Nick Hodges
It is official, I am rebooting the Podcast with Nick Hodges. Right now I am calling it the Podcast @ Delphi.org since my friend Richard helped me get this domain working again (did you notice it wasn’t...
View ArticleBeaconFence客戶端連結RAD Server - 2
在上次的文章中我們已經說明了如何開發RAD Server的套件, 並且連結資料庫中的資料. 由於範例RAD Server的套件是一個RESTful伺服器而且資料是使用JSON格式傳遞, 因此在客戶端可以使用各種能呼叫RESTful和處理JSON的方式來使用範例RAD Server套件的服務.在本文中先讓我們開發一個Windows客戶端來使用範例服務....
View ArticleBeaconFence客户端连结RAD Server - 2
在上次的文章中我们已经说明了如何开发RAD Server的套件, 并且链接数据库中的数据. 由于范例RAD Server的套件是一个RESTful服务器而且数据是使用JSON格式传递, 因此在客户端可以使用各种能呼叫RESTful和处理JSON的方式来使用范例RAD Server套件的服务.在本文中先让我们开发一个Windows客户端来使用范例服务....
View ArticleTry std::type_index with C++Builder[JAPAN]
There is "std::type_index" as a new function of C++11. I tried using that function. "std::type_index" case a useful feature to be stored in the container.It can store type information. I tried...
View ArticleCheckout the Embarcadero Competitions!
We’ve launched a new competitions section on our community. This is where we will host competitions for you to show off your creativity and technical skills. We are kicking it off with two...
View ArticleInspect request and responce data between RADServer and client by mitmproxy....
Delphi / C++Builderアプリケーション向けのフルセットバックエンドソリューションであるRAD Serverはクライアントとの通信をHTTPやHTTPSで行いますが、EMSFireDACClient のようなコンポーネントを使えば通信内容を細かく意識することなしに実装が行えます。 しかし、実際に行われているデータのやり取りを理解しておくことは、WebAPI...
View ArticleMódulo de control de presencia (2017): de la vcl a fmx.
Buen camino a todos: Espero y deseo que estéis todos bien. Esta entrada abre un nuevo año para el blog de Delphi Básico. Estoy feliz por ello. Y me parecía que hacerlo aquí, precisamente en este...
View ArticleWeb Front End Frameworks webinar
Join us on Thu, January 26, 2017 at 6 AM, 11 AM and 6 PM PST for our free Web Front End Frameworks webinar [Register] Delphi and C++Builder are amazing at building native multi-platform apps. There are...
View ArticleChanging TMultiView's Fill Color
Tip of the day: How to change TMultiView's fill color 1. Add TMultiView to your form 2. Right-click on the control and select 'Edit Default Style'. This opens the integrated Style Designer 3. Select...
View ArticleRAD Studio 10.1 Berlin Update 2 Anniversary Edition 新機能ガイド : Webセミナーサマリー[JAPAN]
2017年1月26日(木)、16時から約90分でWebセミナー「RAD Studio 10.1 Berlin Update 2 Anniversary Edition 新機能ガイド」を実施いたしました。 そのWebセミナーについて、サマリーの掲載、使用したスライド、掲載していたURLリンク情報などをまとめておきます。 使用したスライド 使用したスライドは下記のリンクにてご参照いただけます。...
View ArticleNASA APIs Mashup Competition
More and more funny things are happening on our Embarcadero Community website. If you have missed recent blog post by Marco Cantu, Delphi Product Manager, here is the link to #FunWithDelphi: NASA API...
View ArticlePodcast Streaming - FireMonkey Demo
Jim McKeeth just relaunched his weekly Delphi podcast with Nick Hodges. Today, I thought I would show you how to build a FireMonkey app for streaming your podcast. Visual Controls Application Title:...
View ArticleNow with More C++Builder and David Millington
It this week’s episode we talk with C++Builder Product Manager David Millington about his role at Embarcadero along with other news and tech tips for the week. Links relevant to the podcast today . . ....
View Article【C++Builder Starter チュートリアルシリーズ】 シーズン2 第2回 ‟変数と型„ [JAPAN]
【C++BUILDER STARTER チュートリアルシリーズ】シーズン2 C++Builderの部 第1回 ‟変数と型„ [JAPAN] C++Builder Starter Edition シーズン2 第2回 ‟変数と型„ 2017年1月23日より 「Delphi / C++Builder Starter チュートリアルシリーズ」...
View ArticleWhy Upgrading to Enterprise?
The beginning of a year is a good time to think broader and make bold plans to achieve great results. You might be considering taking your existing database app and moving it to new heights! You can do...
View ArticleNeue, deutschsprachige Webinare im Februar
Im Februar gibt es wieder neue, deutschsprachige Webinare Tipps und Tricks zu DelphiDelphi hat eine Vielzahl von Tools rund um die IDE und etliche Erweiterungen in der IDE, die vielen (oder zumindest...
View ArticleMulti-Device Apps and Clipboard Support
We have a lot of great demos to help you get started with RAD Studio. Today's blog post focuses on our CopyPaste FireMonkey demo. The CopyPaste sample demonstrates how to create applications that use...
View ArticleUse C++Builder, connect to AWS API Gateway API Key[JAPAN]
I wrote about the AWS API Gateway in my blog before. https://community.embarcadero.com/blogs/entry/use-c-builder-connect-to-aws-api-gateway-lambda-with-json-japan At that time I did not mention API...
View ArticleBeaconFence客户端连结RAD Server - 3
2017年开春, 先祝各位鸡年行大运, 事事顺心. 由于现在还在新年假期中, 因此这次的文章就简短一些. 上次的文章已经说明如何使用TBackendEndpoint和TEMSFireDACClient等组件藉由FireDAC一次取得所有Beacon的数据, 但我们如何查询特定的Beacon数据呢?例如使用Beacon设备的GUID, Major ID或是Minor ID等....
View Article