Author: h.mohri
New in10.2.2TFDBatchMoveJSONWriter was added.
TFDBatchMoveJSONWriter is a Writer that combines with TFDBatchMove to out to a simple JSON. But, TFDBatchMoveJSONWriter has the function of generating Model definition ofExt JS.I tried with…
FireMonkey Quick Edit Support in 10.2.2
December 14, 2017
The Quick Edit feature allows you to easily edit a control by changing its name, caption, alignment, and layout options.
To edit a control:
Right-click the component and click Quick Edit to open the dialog box with further settings.
To edit the control name, type the new name in the Name field.
To edit the text displayed on the control, type the text in the Caption/Text…
New in 10.2.2 is the inclusion of aRAD Server Single Site Deployment License in Enterprise & Architect Editions of Delphi, C++Builder and RAD Studio.
A Single Site license is perfect for both in-house developers building solutions for their company and ISVs…
RAD Studio 10.2.2 Released Today
December 12, 2017
I am excited to announce that RAD Studio 10.2.2 was released today. 10.2 Tokyo, Release 2 (also known as 10.2.2) is an update of Delphi 10.2 Tokyo, C++Builder 10.2 Tokyo and RAD Studio 10.2 Tokyo available for any active Update Subscription customer.
10.2.2 Registered…
Healthcare App Prototype Built In Delphi Wins First Place In Startup Weekend Competition!
November 21, 2017
A Techstars Startup Weekendeventwas held between November 17 and November 19, 2017in Bakersfield, California. TheStartup Weekend events are about bringing together entrepreneursfor meeting new people, building, and launching new products in a hackathon environment. I attended the event and took part as a competitor. At Startup Weekend ideas are purposed and then teams…
Author: h.mohri
Output toJSON Base64 ImageData Reading Browser.I useExt JS. And theJSON serverisC++Builder bcc32.
Create a standalone new project for WebBroker.
Add action on TWebModule side.
PathInfo is set…
To get the NetworkInfo using the ConnectivityManager of Android
October 10, 2017
Author: h.mohri
Using ConnectivityManager with C++Builder
With C++Builder 10.2 Tokyo Android ConnectivityManager class is available.
Use the ConnectivityManager, you can get NetworkInfo.
NetworkInfo see various network information.
inside that…
New in 10.2.1: Debug visualisers for Delphi generics
October 5, 2017
Debug visualisers are a type of IDE plugin that allows you to changethe display of a variable in the various debug windows (Local Variables, Watches, Inspector, and Evaluate/Modify.) For example, the TDateTime visualiser takes the double value that represents time and instead displays that time converted to a string. You register a debug visualiser for a type, so all variables of that type…