Author: Developer Skill Sprints
Learn to apply Effects, Animations & Transitions on FireMonkey controls.
Why Use Animations, Transitions and Effects?
Give you user interface life
Make application more interactive
Keep users attention
Use motion to provide…
Adding a style selector to your application
January 19, 2016
With RAD Studio 10 Seattle, we provide built-in default styles for iOS, Android, Windows and Mac. Additional styles can be found in the Styles directory installed with the product, and in the premium styles bonus pack. Adding a style selector to your application provides…
Skill Sprint: Saving and Retrieving Settings Using SaveState
January 12, 2016
Author: Developer Skill Sprints
Introduction to “SaveState”
Persist form & app state between sessions
On mobile devices, background apps may be terminated for memory
Default saves state to transient / temporary storage
Also option to save to persistent…
Cool new FMX components by Graham Murt @kscomponents
January 2, 2016
Some cool new FireMonkey components, ksComponents (Kernow Software FMX components), created by Graham Murt, are available on GitHub. You’ll find the source code for TksListView, TksFormTransition, TksTableView,TksSlideMenu, TksSegmentButtons and TksChatView. Readme…
Using FireDAC Unidirectional property for fast, low memory selection set processing
December 29, 2015
I often do large Oracle database queries using FireDAC to analyze registration data about our products and customers. Most of the time I am only processing through millions of rows to create a report or chart. One of the FDQuery properties that I forget to set True is the…
How to best load an image from a URL using TWebBrowser when targeting multiple devices
December 21, 2015
In this snippet, I placed a TWebBrowser control onto my FireMonkey form and aligned it to the client. I then set up the following OnFormCreate event to load a web image into the browser control. I also restricted the image size to the screen dimensions of the…
Skill Sprint: Regular Expressions and TRegEx
December 4, 2015
Author: Developer Skill Sprints
Delphi Skill Sprint Replay –https://www.youtube.com/watch?v=jng2dMr2Vrw
C++ Skill Sprint Replay – https://www.youtube.com/watch?v=h2gU7nHvnCQ
RAD Studio Learning…
Change dproj file and product version
December 4, 2015
Author: Rubén Pozo
If you have a project with automatic builds is posible that you want change the File/Product version of the file.
Using the code below you can create a console application for to modify these values easily.
program ChangeVersion;
{$APPTYPE CONSOLE}
{$R…
Skill Sprint: Using Android Intents for Inter App Communication
November 30, 2015
Author: Developer Skill Sprints
Skill Sprint Replay – Delphi/Object Pascal
Using Android Intents with Object Pascal / Delphi 10 Seattle
Delphi/Object Pascal Learning…




