Mobile Tutorials en Delphi Berlin
Mobile Tutorials en Delphi Berlin
Mobile Tutorials en Delphi Berlin
Embarcadero Technologies
CONTENTS
Mobile Tutorials: Mobile Application Development (iOS and Android) ................. 12
Setup ................................................................................................................................. 12
Using Basic User Interface Elements ............................................................................. 13
Using Device Functionality ............................................................................................ 15
Using Backend as a Service .......................................................................................... 16
Accessing a Database .................................................................................................. 17
See Also......................................................................................................................... 17
Mobile Tutorial: Set Up Your Development Environment on the Mac (iOS) .......... 18
Requirements on the Mac and iOS .......................................................................... 18
Steps to Configure Your Mac to Run Your iOS Application .................................. 19
Step 1: Install the Platform Assistant ...................................................................... 19
Step 2: Run the Platform Assistant ......................................................................... 20
Step 3: Install Xcode on the Mac .......................................................................... 21
Next Steps ................................................................................................................. 22
Additional Steps to Configure Your Mac to Run Your iOS Application on Your iOS
Device............................................................................................................................... 22
Step 1: Make Sure that the Xcode Command Line Tools Are Installed on Your
Mac ............................................................................................................................... 23
Step 2: Sign Up for a Developer Account ............................................................... 24
Step 3: Request, Download and Install Your Development Certificate ............. 24
Request, Download and Install Your Certificate ................................................ 25
Step 4: Register Your Device for Deployment......................................................... 26
Step 5: Create and Install a Provisioning Profile ..................................................... 27
See Also......................................................................................................................... 28
Mobile Tutorial: Set Up Your Development Environment on Windows PC (iOS) ... 29
Setting Up Your RAD Studio Environment ................................................................ 30
Create a Connection Profile for the Mac ........................................................... 30
Add an SDK to the Development System for the iOS Device Connected to
the Mac..................................................................................................................... 33
See Also......................................................................................................................... 35
Mobile Tutorial: Set Up Your Development Environment on Windows PC
(Android) .......................................................................................................................... 36
See Also......................................................................................................................... 36
Mobile Tutorial: Creating an Application for Mobile Platforms (iOS and Android)
........................................................................................................................................... 37
Before You Start ........................................................................................................... 37
Step 1: Create a New FireMonkey Application for Android or iOS ..................... 38
Step 2: Select a Style................................................................................................... 39
Step 3: Place Components on the Multi-Device Form .......................................... 39
Step 4: Adding Views to Your Project....................................................................... 43
Step 5: Write an Event Handler for a Button Click by the User ............................. 43
Embarcadero Technologies
Embarcadero Technologies
Mobile Tutorial: Using a Map Component to Work with Maps (iOS and Android)
........................................................................................................................................... 96
Basic Features of the TMapView Component ........................................................ 97
Creating a Sample Application ................................................................................ 97
Configuring Android Applications to Use the TMapView component ........... 97
Designing the User Interface.................................................................................. 97
Running the Sample Application ............................................................................ 102
See Also....................................................................................................................... 104
Code Samples........................................................................................................ 104
Configuring Android Applications to Use Google Maps ........................................ 105
Getting the Google Maps API key ......................................................................... 105
Retrieving Your Application Certificate ............................................................. 105
Creating an API Project in the Google APIs Console ...................................... 107
Requesting a Maps API Key ................................................................................. 107
Configuring Specific Project Options ..................................................................... 108
See Also....................................................................................................................... 110
Code Samples........................................................................................................ 110
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of
Information (iOS and Android).................................................................................... 111
About the TMultiView Component......................................................................... 111
Master Pane Presentation Modes ....................................................................... 113
Designing the User Interface ................................................................................... 120
Designing the Master Pane .................................................................................. 120
Designing the Detail Pane.................................................................................... 121
Implementing the Camera Buttons Functionality ............................................ 121
Setting the TMultiView Component Properties ................................................. 126
Running the Example Application .......................................................................... 126
Mobile Product Samples that Use TMultiView ....................................................... 127
See Also....................................................................................................................... 127
Mobile Tutorial: Using the Web Browser Component (iOS and Android) ............ 128
Design the User Interface ......................................................................................... 129
Write an Event Handler to Open a Web Page when the User Changes the URL
in the Edit Control ...................................................................................................... 132
Implement a Common Method to Open a Web Page .................................. 133
Implement an Event Handler for the OnChange Event ................................. 134
Implement an Event Handler for the Back Button ........................................... 135
Selecting the Proper Virtual Keyboard for the Web Browser Application ....... 136
WebBrowser Mobile Code Snippet ........................................................................ 138
See Also....................................................................................................................... 138
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android) .... 139
Using the Native Style for Tabs on iOS and Android ........................................ 139
Designing Tab Pages Using the Form Designer .................................................... 140
Comparing the Tab Settings on iOS and Android ............................................ 146
Using Custom Multi-Resolution Icons for Your Tabs .............................................. 151
Embarcadero Technologies
Mobile Tutorial: Using Layout to Adjust Different Form Sizes or Orientations (iOS
and Android) ................................................................................................................. 205
Every FireMonkey Component Can Have an Owner, a Parent, and Children
...................................................................................................................................... 205
Using Common Layout-Related Properties of a FireMonkey Component ...... 205
Using the Align Property........................................................................................ 205
Using the Margins Property................................................................................... 207
Using the Padding Property ................................................................................. 207
Using the Anchors Property .................................................................................. 208
Using the TLayout Component ............................................................................... 210
See Also....................................................................................................................... 210
Mobile Tutorial: Taking and Sharing a Picture, and Sharing Text (iOS and Android)
......................................................................................................................................... 211
Topics .......................................................................................................................... 214
See Also....................................................................................................................... 214
Taking and Sharing Pictures and Text Using Action Lists ......................................... 215
Building the User Interface for the Application .................................................... 215
Taking a Picture with a Mobile Device Camera .................................................. 216
Saving a Picture to the Device Photo Library ....................................................... 218
Using a Picture from the Mobile Device Photo Library ........................................ 219
Enabling Image Editing ............................................................................................ 220
Sharing or Printing a Picture ..................................................................................... 222
Sharing Text ................................................................................................................ 224
See Also....................................................................................................................... 226
Samples ................................................................................................................... 226
Taking Pictures Using FireMonkey Interfaces ............................................................ 227
Building the User Interface for Your Application .................................................. 227
Taking a Picture with a Device Camera ............................................................... 228
Running the Application....................................................................................... 231
Saving a Picture to the Device Photo Library ................................................... 231
Selecting a Picture from the Device Photo Library .............................................. 232
See Also....................................................................................................................... 234
Mobile Tutorial: Using Location Sensors (iOS and Android) .................................... 235
Design the User Interface ......................................................................................... 236
The Location Sensor .................................................................................................. 237
Read Location Information (Latitude, Longitude) from the LocationSensor
Component................................................................................................................ 238
Show the Current Location Using Google Maps via a TWebBrowser
Component................................................................................................................ 239
Use Reverse Geocoding .......................................................................................... 240
Show a Readable Address in the ListBox Component ........................................ 243
Describing Why Your Application Needs the User Location .............................. 244
See Also....................................................................................................................... 245
Samples ................................................................................................................... 245
Embarcadero Technologies
10
Embarcadero Technologies
11
After the three initial setup tutorials, the first tutorial shows you how to
construct an iOS or Android application using FireMonkey tools.
Setup
Embarcadero Technologies
12
Embarcadero Technologies
13
Embarcadero Technologies
14
Embarcadero Technologies
15
Embarcadero Technologies
16
Accessing a Database
Accessing a Database
o
See Also
o
Multi-Device Preview
Embarcadero Technologies
17
The first half of this tutorial describes the steps that you need to perform in
order to run your iOS application (Delphi only) on the iOS Simulator on the
Mac.
The second half of this tutorial describes additional steps required in order
to run your iOS application (Delphi or C++) on your iOS Device.
Note: The iOS Simulator is not supported by BCCIOSARM, the C++ Compiler for
the iOS Device. Only iOS devices are supported by BCCIOSARM.
10.9 Mavericks
10.10 Yosemite
10.11 El Capitan
For iOS development, the latest version of the iOS SDK and Xcode
installed, along with the Xcode command line tools.
Note: RAD Studio does not support versions of the iOS SDK lower than 8.0.
o
An iOS device connected to the Mac by USB port (required for testing or
running your iOS app on the device)
Embarcadero Technologies
18
RAD Studio uses the Platform Assistant to run and debug multidevice applications and to deploy multi-device applications on
Mac OS X and iOS devices.
Xcode
Xcode is the development and debug environment on the Mac and provides
the required development files for Mac OS X and iOS applications.
C:\Program Files
(x86)\Embarcadero\Studio\18.0\PAServer\PAServer18.0.pkg
o
Embarcadero Technologies
19
The Terminal window appears, displaying the Platform Assistant banner and the
password prompt:
Connection Profile password <press Enter for no password>
Either press Return, or enter a password for PAServer and then press Return.
3. Next you are prompted to enter your Mac user password to allow the
Platform Assistant to debug (take control of another process) your
application.
Embarcadero Technologies
20
For more details about running the Platform Assistant, see Running the Platform
Assistant on a Mac.
Embarcadero Technologies
21
Additional Steps to Configure Your Mac to Run Your iOS Application on Your iOS Device
Next Steps
You have configured your Mac to run an iOS application on the iOS Simulator.
Note: Only Delphi applications can be run on the iOS Simulator.
C++Builder does not support the iOS Simulator.
o
iOS Simulator: To run an iOS application (Delphi only) on the iOS Simulator
on the Mac, you do not have to complete the second half of this tutorial.
Instead, you can now go on to the next tutorial (Mobile Tutorial: Set Up
Your Development Environment on Windows PC (iOS)) to complete the
configuration of your RAD Studio IDE.
Remember that your iOS device should be connected to your Mac via USB
cable.
Embarcadero Technologies
22
Additional Steps to Configure Your Mac to Run Your iOS Application on Your iOS Device
Embarcadero Technologies
23
Additional Steps to Configure Your Mac to Run Your iOS Application on Your iOS Device
5. If the Xcode Command Line Tools are not installed, the Command Line
Tools do not show the Xcode version.
1. In this case, click the Downloads tab on the Location window.
2. On the Downloads window, choose the Components tab.
Embarcadero Technologies
24
Additional Steps to Configure Your Mac to Run Your iOS Application on Your iOS Device
Save the certificate request as a CSR file, and then send it to your Certificate
Authority through the iOS provisioning portal in the following way:
1. When prompted, enter your Apple ID and password, and then click
Sign In.
2. Under iOS Apps, click Certificates.
3. On the page that opens, click the plus sign (+) icon.
This opens the Add iOS Certificate wizard.
4. On the Select Type page, click Continue and follow the onscreen
instructions to proceed with the wizard.
5. When prompted, upload the CSR file that you saved on your Mac.
Embarcadero Technologies
25
Additional Steps to Configure Your Mac to Run Your iOS Application on Your iOS Device
Embarcadero Technologies
26
Additional Steps to Configure Your Mac to Run Your iOS Application on Your iOS Device
After your provisioning profile is created, you must install it into Xcode, as follows:
1. Open Xcode on the Mac and go to the Devices (Window > Devices).
2. Right-click the device and select Show Provisioning Profiles
Embarcadero Technologies
27
Additional Steps to Configure Your Mac to Run Your iOS Application on Your iOS Device
See Also
o
Create an Apple ID
Embarcadero Technologies
28
A FireMonkey application destined for the iOS target platform can be tested
initially on the iOS Simulator available on the Mac. The second half of the testing
process uses the iOS Device target platform and requires a test iOS device
connected to the Mac.
Note: On iOS devices, you can run both Delphi and C++ applications. However,
the iOS Simulator is not supported by BCCIOSARM, so only iOS devices are
supported for C++.
To deploy an iOS Application to your iOS device or iOS Simulator for debugging
and testing purposes, RAD Studio uses the Platform Assistant, which you must
install and run on the Mac. Your hardware and software development
environment should have the configuration demonstrated in the following figure.
RAD Studio runs on a Windows PC computer. Your PC computer should be
connected to a Mac running the Platform Assistant and having installed the
appropriate versions of Xcode and iOS SDK (for iOS development). To run iOS
apps on an iOS device, the iOS device must be connected via USB cable to the
Mac.
This section describes the steps to set up your development environment after
you configure your environment on your Mac.
Embarcadero Technologies
29
Embarcadero Technologies
30
3. Now you see the Create a Connection Profile wizard. Define a name for
the connection profile, such as "My Mac".
Make sure you select OS X as the platform, and then click Next:
Embarcadero Technologies
31
5. Click Test Connection, and make sure that the connection profile
succeeds with no error (you should receive the message "Connection to
<hostname> on port <portnumber> succeeded").
6. If the Test Connection succeeds, click the Finish button, otherwise check
the settings and try again.
Embarcadero Technologies
32
2. Click Add.
Embarcadero Technologies
33
3. On the Add a New SDK dialog box, select iOS Device - 32 bit or iOS
Device - 64 bit as a platform.
4. After you select a platform, the IDE fills a Profile (such as "My Mac") and
SDK version combo box with the list of SDK versions available on the
machine where the Platform Assistant server is running:
Embarcadero Technologies
34
See Also
o
iAd Network
Embarcadero Technologies
35
See Also
o
Embarcadero Technologies
36
Mobile Tutorial: Creating an Application for Mobile Platforms (iOS and Android)
Embarcadero Technologies
37
Mobile Tutorial: Creating an Application for Mobile Platforms (iOS and Android)
Embarcadero Technologies
38
Mobile Tutorial: Creating an Application for Mobile Platforms (iOS and Android)
Embarcadero Technologies
39
Mobile Tutorial: Creating an Application for Mobile Platforms (iOS and Android)
1. Move the mouse pointer over the Tool Palette, and expand the Standard
category by clicking the plus (+) icon next to the category name.
2. Select the TEdit component and either double-click TEdit or drop it onto
the Form Designer.
3. Repeat these steps, but now add a TLabel and a TButton component to
the form.
4. Select the edit box and set the KillFocusByReturn property in the Object
Inspector to True.
5. Select the button and change the Text property in the Object Inspector to
"Say Hello".
6. Now you should see three components on the Form Designer. Here is an
iOS app:
Embarcadero Technologies
40
Mobile Tutorial: Creating an Application for Mobile Platforms (iOS and Android)
7. After you place these components on the Form Designer, the IDE
automatically sets names for the components.
To see or to change the name of a component, click the component on the
Form Designer, and then find its Name property in the Object Inspector and the
Structure View:
For a TButton component, the component name is set by default to Button1 (or
Button2, Button3, depending on how many TButtons you have created in this
application).
8. The form on which these components are located also has a name.
Select the background of the Form Designer, and select the Name
property in the Object Inspector. The name of the form Form1 (or Form2,
Form3,...) is displayed. You can also locate the name of the form in the
Structure View:
Note: Form names set by default as Form1, Form2, Form3,... are for the Master
views. Device views are named FormName_ViewName such as Form1_iPhone
(iPhone 3.5 form) and Form1_NmXhdpiPh (Android 4 Phone form).
Embarcadero Technologies
41
Mobile Tutorial: Creating an Application for Mobile Platforms (iOS and Android)
9. You can easily switch to source code by selecting the Code (for Delphi) or
<unit name>.cpp/<unit name>.h (for C++) tab at the bottom of the Form
Designer. You can also press the F12 key to switch between the Form
Designer and the Code Editor:
Delphi
C++
The Code Editor displays the source code that the IDE has generated. You should
find three components defined (Edit1, Label1, and Button1):
Delphi
C++
Note: When you save or run your project, the uses and include clauses are
updated (to add FMX.StdCtrls for TLabel and FMX.Edit for TEdit).
Embarcadero Technologies
42
Mobile Tutorial: Creating an Application for Mobile Platforms (iOS and Android)
C++
C++ code:
Label1->Text = "Hello " + Edit1->Text + " !";
Embarcadero Technologies
43
Mobile Tutorial: Creating an Application for Mobile Platforms (iOS and Android)
In Delphi, the quotation marks that surround string literals must be straight single
quotation marks (that is, 'string'). You can use the plus (+) sign to concatenate
strings. If you need a single quote inside a string, you can use two consecutive
single quotes inside a string, which yields a single quote.
While you are typing code, some tooltip hints appear, indicating the kind of
parameter you need to specify. The tooltip hints also display the kinds of
members that are supported in a given class:
Delphi
C++
Embarcadero Technologies
C++
44
Mobile Tutorial: Creating an Application for Mobile Platforms (iOS and Android)
Embarcadero Technologies
45
Mobile Tutorial: Creating an Application for Mobile Platforms (iOS and Android)
When you run your application, it is deployed to the Mac and then to the iOS
Simulator on the Mac. For our app, a form with an edit box and a button is
displayed. Enter text into the edit box, and click the Say Hello button:
Note: On the iOS simulators, you can test only your Delphi applications.
Embarcadero Technologies
46
Mobile Tutorial: Creating an Application for Mobile Platforms (iOS and Android)
After you select the appropriate iOS Device target platform, run your iOS app by
clicking the Run button in the IDE, pressing F9 or selecting Run > Run.
On your Mac, you might see a dialog asking your permission to code sign your
iOS app. Select either "Always Allow" or "Allow" to sign your app.
Then go to your iOS device and wait for your FireMonkey iOS app to appear.
Watch for the FireMonkey launch image (the icon is available in
$(BDS)\bin\Artwork\iOS, and you can set the launch image in Application
Options):
Embarcadero Technologies
47
Mobile Tutorial: Creating an Application for Mobile Platforms (iOS and Android)
See Also
o
Mobile Tutorial: Using a Button Component with Different Styles (iOS and
Android)
Embarcadero Technologies
48
Android
iPhone 5
Android (LG - E612)
Embarcadero Technologies
49
Retrieving all contacts from the default source in the device Address
Book.
For Delphi: File > New > Multi-Device Application - Delphi > Blank
Application
For C++: File > New > Multi-Device Application - C++Builder > Blank
Application
Embarcadero Technologies
50
5. On the Form Designer, right-click TListBox, and then on the shortcut menu,
select Add Item > TSearchBox.
6. In the Tool Palette, select the TMultiView component, and drop it on the
Form Designer.
The Master Pane provides a form to specify and add a new contact to
the Address Book.
Embarcadero Technologies
51
After performing the above steps, your Form Designer will be similar to the
following screen:
Embarcadero Technologies
52
For Label1, Label2, and Label3: set the Text properties to First
Name, Last Name, and Work Mail, respectively.
We recommend that you arrange the control elements of the Master Pane in the
following way:
Embarcadero Technologies
53
Make the following changes to the Private section of your application code:
Delphi:
private
{ Private declarations }
procedure FillContactList;
procedure AddListBoxItem(Contact: TAddressBookContact);
C++Builder:
private:
// User declarations
void __fastcall FillContactsList();
void __fastcall AddListBoxItem(TAddressBookContact *Contact);
Embarcadero Technologies
54
C++Builder:
// Fill the List box with existed contact display names.
void __fastcall TForm1::FillContactsList() {
int i;
TAddressBookContacts *Contacts = new TAddressBookContacts();
__try {
AddressBook1->AllContacts(AddressBook1->DefaultSource(),
Contacts);
__try {
ListBox1->BeginUpdate();
ListBox1->Clear();
for (i = 0; i < Contacts->Count; i++)
AddListBoxItem(Contacts->Items[i]);
}
__finally {
ListBox1->EndUpdate();
}
}
__finally {
Contacts->Free();
}
}
// --------------------------------------------------------------------------// Add a new contact to List box
void __fastcall TForm1::AddListBoxItem(TAddressBookContact *Contact) {
TListBoxItem *ListBoxItem = new TListBoxItem(ListBox1);
__try {
ListBoxItem->Text = Contact->DisplayName;
ListBoxItem->Tag = Contact->ID;
ListBox1->AddObject(ListBoxItem);
}
__finally {
ListBoxItem->Free();
}
}
Embarcadero Technologies
55
Embarcadero Technologies
56
C++Builder:
//-------------------For Remove button ---------------------------------------// Remove the contact currently selected from the List box
void __fastcall TForm1::btnRemoveClick(TObject *Sender) {
int ContactIndex = ListBox1->ItemIndex;
if (ContactIndex > -1) {
int ContactID = ListBox1->ListItems[ContactIndex]->Tag;
TAddressBookContact *Contact = AddressBook1>ContactByID(ContactID);
if (Contact != NULL) {
__try {
AddressBook1->RemoveContact(Contact);
ListBox1->BeginUpdate();
ListBox1->Items->Delete(ContactIndex);
}
__finally {
ListBox1->EndUpdate();
Contact->Free();
}
}
}
}
// --------------------------For Refresh button-----------------------------------void __fastcall TForm1::btnRefreshClick(TObject *Sender) {
FillContactsList();
}
To implement the onClick event handlers for the Master Pane buttons:
1. In the Structure View, select MultiView1.
2. In the Object Inspector, set the Visible property to True.
This makes the Master Pane visible.
Embarcadero Technologies
57
3. On the Master Pane, double-click the Add button, and then implement
the following event handler:
For Delphi:
Embarcadero Technologies
58
For C++:
Embarcadero Technologies
59
For Delphi:
For C++:
For Delphi:
Embarcadero Technologies
60
For C++:
For Delphi:
Embarcadero Technologies
61
For C++:
C++:
#include <FMX.DialogService.hpp>
3. In the Object Inspector, select AddressBook1, and then open the Events
tab.
4. Double-click next to OnPermissionRequest, and then implement the
following event handler:
For Delphi:
Embarcadero Technologies
62
For C++:
Get accounts
Read contacts
Write contacts
Embarcadero Technologies
63
2. In the Master Pane, enter appropriate information in the First name, Last
name, and Work mail text boxes. When finished, tap Add to add the
newly created contact to Address Book.
Embarcadero Technologies
64
To delete a contact
1. In the contacts list, tap a contact to delete.
Embarcadero Technologies
65
See Also
o
TAddressBook
Code Samples
o
Embarcadero Technologies
66
Mobile Tutorial: Using a Button Component with Different Styles (iOS and Android)
Embarcadero Technologies
67
Mobile Tutorial: Using a Button Component with Different Styles (iOS and Android)
Android
Embarcadero Technologies
Android
68
Mobile Tutorial: Using a Button Component with Different Styles (iOS and Android)
Change the text displayed on the button surface by updating the value
of the Text property in the Object Inspector.
Change the value of the Position.X and Position.Y properties (or drag the
component using your mouse.)
Change the value of the Height and/or Width properties (or drag the
edge of the component using your mouse.)
Embarcadero Technologies
69
Mobile Tutorial: Using a Button Component with Different Styles (iOS and Android)
In the StyleLookup drop-down list, you can select a predefined Style based on
how your component is to be used:
Embarcadero Technologies
70
Mobile Tutorial: Using a Button Component with Different Styles (iOS and Android)
For speed buttons, you need to select a proper StyleLookup value in order
to change the TintColor value in the Object Inspector.
Embarcadero Technologies
71
Mobile Tutorial: Using a Button Component with Different Styles (iOS and Android)
When you change the StyleLookup property of a button, the Object Inspector
automatically displays or hides the TintColor and IconTintColor properties as
appropriate for the StyleLookup property value. The following image shows three
TSpeedButtons on an Android app:
Embarcadero Technologies
72
Mobile Tutorial: Using a Button Component with Different Styles (iOS and Android)
Edit Custom Style: opens the FireMonkey Style Designer to edit the
styles for selected button.
Edit Default Style: opens the FireMonkey Style Designer to edit the
styles for the selected control class (such as TButton or
TSpeedButton).
For more information about working with custom styles, see the following topics:
o
BitmapLinks Editor
Embarcadero Technologies
73
Mobile Tutorial: Using a Button Component with Different Styles (iOS and Android)
3. In the Structure View, select the button, expand the Image node, and
then click 0 - Empty (1.000).
4. In the Object Inspector, click the ellipsis button (...) next to Bitmap.
5. Add your custom image in the MultiResBitmap Editor.
6. In the Object Inspector, select TButton, and do the following:
Set the Height and Width properties of TButton to the actual height
and width of your image.
Embarcadero Technologies
Android
74
Mobile Tutorial: Using a Button Component with Different Styles (iOS and Android)
Android
Android
Android
5. Select each component, and change the Text property as you like:
iOS
Embarcadero Technologies
Android
75
Mobile Tutorial: Using a Button Component with Different Styles (iOS and Android)
Android
Android
Embarcadero Technologies
76
Mobile Tutorial: Using a Button Component with Different Styles (iOS and Android)
Use the same TSpeedButton controls as in the previous steps, but with the
following values for the StyleLookup property (only available on iOS target
platform):
o
toolbuttonleft
toolbuttonmiddle
toolbuttonright
(on the Android target platform set StyleLookup as toolbutton for each of the
buttons.)
iOS
Android
TSpeedButton cannot receive TAB focus. That also means that pressing a
TSpeedButton does not take away focus from other elements.
The style of TSpeedButton can be different than the style of TButton. For
example, on the Android platform, the default style of the TSpeedButton is
similar to the toolbutton style of the TButton. If you want a TSpeedButton
with a similar style to the TButton, choose the buttonstyle style.
See Also
o
FMX.Controls Sample
FMX.StdCtrls.TButton
FMX.StdCtrls.TSpeedButton
Embarcadero Technologies
77
Mobile Tutorial: Using a Button Component with Different Styles (iOS and Android)
FMX.Controls.TStyledControl.StyleLookup
FMX.StdCtrls.TToolBar
FMX.StdCtrls.TCustomButton.IconTintColor
FMX.StdCtrls.TCustomButton.TintColor
FMX.StdCtrls.TToolBar.TintColor
Embarcadero Technologies
78
ActionToolButton
ActionToolButtonBordered
AddItemButton
AddItemButtonBordered
o
o
AddToolButton
AddToolButtonBordered
ArrowDownToolButton
ArrowDownToolButtonBordered
ArrowDownToolButtonBorderedRight X
ArrowLeftToolButton
ArrowLeftToolButtonBordered
ArrowRightToolButton
ArrowRightToolButtonBordered
ArrowUpToolButton
ArrowUpToolButtonBordered
ArrowUpToolButtonBorderedLeft
BackToolButton
BackToolButtonLabel
BookmarksToolButton
BookmarksToolButtonBordered
Embarcadero Technologies
o
o
o
o
o
o
o
o
79
ButtonStyle
XXXXo
ButtonStyleLabel
XX
CameraToolButton
XXXX
CameraToolButtonBordered
XXX
ClearEditButton
XXXX
ColorButtonStyle
XXXX
ComposeToolButton
XXXX
ComposeToolButtonBordered X X X
CornerButtonStyle
XXXX
DeleteItemButton
XXXX
DeleteItemButtonBordered
DeleteToolButton
XXXX
DetailsToolButton
XXXX
DetailsToolButtonBordered
XXX
DoneToolButton
XXXX
DropDownEditButton
XX
EllipsesEditButton
XX
ForwardToolButton
XXXX
ForwardToolButtonBordered
XXX
InfoToolButton
XXXX
InfoToolButtonBordered
XXX
ListItemButton
ListItemDeleteButton
XXXX
NextToolButton
XXXX
NextToolButtonBordered
XXX
OrganizeToolButton
XXXX
XXo
OrganizeToolButtonBordered X X X
Embarcadero Technologies
80
PageCURLToolButton
XXXX
PasswordEditButton
XX
PauseToolButton
XXXX
PauseToolButtonBordered
XXX
PlayToolButton
XXXX
PlayToolButtonBordered
XXX
PriorToolButton
XXXX
PriorToolButtonBordered
XXX
RadioButtonStyle
XXXX
RefreshToolButton
XXXX
RefreshToolButtonBordered
XXX
ReplyToolButton
XXXX
ReplyToolButtonBordered
XXX
RewindToolButton
XXXX
RewindToolButtonBordered
XXX
SegmentedButtonLeft**
XXXXo
SegmentedButtonMiddle**
XXXXo
SegmentedButtonRight**
XXX
SearchEditButton
XXXX
SearchToolButton
XXXX
SearchToolButtonBordered
XXX
SpeedButtonStyle
XXXX
SpeedButtonStyleLabel
XX
SpinEditButton
XXXX
StepperButtonLeft
XXXXoo
StepperButtonRight
XXXXoo
StopToolButton
XXXX
Embarcadero Technologies
81
StopToolButtonBordered
XXX
ToolButton
XXXX
ToolButtonLabel
XX
ToolButtonLeft
XXX
ToolButtonMiddle
XXX
ToolButtonRight
XXX
TransparentCircleButtonStyle X X X X
TrashToolButton
XXXX
TrashToolButtonBordered
XXX
Notes
* The TintColor and IconTintColor properties are only available on
mobile platforms (iOS and Android) and only for certain
StyleLookup values.
** The SegmentedButtonLeft, SegmentedButtonMiddle, and
SegmentedButtonRight styles are only available for
theTSpeedButton component.
Table legeng:
o
See Also
o
Mobile Tutorial: Using a Button Component with Different Styles (iOS and
Android)
TButton
TSpeedButton
Embarcadero Technologies
82
Mobile Tutorial: Using a Calendar Component to Pick a Date (iOS and Android)
Android
iPad2
LG-E612
Embarcadero Technologies
83
Mobile Tutorial: Using a Calendar Component to Pick a Date (iOS and Android)
After you drop the component, you can see the TDateEdit component on the
Form Designer:
Optionally, in the Object Inspector, you can set the following properties of
TDateEdit:
Embarcadero Technologies
84
Mobile Tutorial: Using a Calendar Component to Pick a Date (iOS and Android)
iOS6 (iPhone5)
Android (LG-E612)
Embarcadero Technologies
85
Mobile Tutorial: Using a Calendar Component to Pick a Date (iOS and Android)
C++Builder:
void __fastcall TForm25::DateEdit1Change(TObject *Sender)
{
ShowMessage(FormatDateTime("dddddd", DateEdit1->Date));
}
Embarcadero Technologies
86
Mobile Tutorial: Using a Calendar Component to Pick a Date (iOS and Android)
This code shows a message dialog with a date selected. The FormatDateTime
function converts the selected date to a specified format (in this case dddddd
gives long-style date format):
iOS (iPad)
Android (LG-E612)
See Also
o
Mobile Tutorial: Using a Button Component with Different Styles (iOS and
Android)
Mobile Tutorial: Using Combo Box Components to Pick Items from a List
(iOS and Android)
FMX.DateTimeCtrls.TDateEdit
Samples
o
Embarcadero Technologies
87
Mobile Tutorial: Using Combo Box Components to Pick Items from a List (iOS and Android)
Android
File > New > Multi-Device Application - Delphi > Blank Application
2. Select the TComboBox component in the Tool Palette, and drop it on the
Form Designer.
To find TComboBox, enter the first few characters ("Com") in the Search
box of the Tool Palette:
Embarcadero Technologies
88
Mobile Tutorial: Using Combo Box Components to Pick Items from a List (iOS and Android)
3. After you drop the component, you can see the TComboBox component
on the Form Designer.
Right-click the TComboBox component and select Items Editor...:
5. In the Structure View, select ListBoxItem1 (the first item in the list).
Embarcadero Technologies
89
Mobile Tutorial: Using Combo Box Components to Pick Items from a List (iOS and Android)
Embarcadero Technologies
90
Mobile Tutorial: Using Combo Box Components to Pick Items from a List (iOS and Android)
C++Builder:
void __fastcall TForm1::FormCreate(TObject *Sender)
{
ComboBox2->Items->Add("Tiger");
ComboBox2->Items->Add("Cat");
ComboBox2->Items->Add("Penguin");
ComboBox2->Items->Add("Bee");
// Other animals can be listed here
ComboBox2->Items->Add("Elephant");
ComboBox2->Items->Add("Lion");
}
Embarcadero Technologies
91
Mobile Tutorial: Using Combo Box Components to Pick Items from a List (iOS and Android)
To display the list with the fifth item selected ("California"), specify ItemIndex for
ComboBox1 as follows:
Delphi:
procedure TForm1.FormCreate(Sender: TObject);
begin
// Index of 5th item is "4"
ComboBox1.ItemIndex := 4;
ComboBox2.Items.Add("Tiger");
ComboBox2.Items.Add("Cat");
ComboBox2.Items.Add("Penguin");
ComboBox2.Items.Add("Bee");
// Other animals can be listed here
ComboBox2.Items.Add("Elephant");
ComboBox2.Items.Add("Lion");
end;
C++Builder:
void __fastcall TForm1::FormCreate(TObject *Sender)
{
// Index of 5th item is "4"
ComboBox1->ItemIndex = 4;
ComboBox2->Items->Add("Tiger");
ComboBox2->Items->Add("Cat");
ComboBox2->Items->Add("Penguin");
ComboBox2->Items->Add("Bee");
// Other animals can be listed here
ComboBox2->Items->Add("Elephant");
ComboBox2->Items->Add("Lion");
}
If you do not know the index value, you can find the value by using the IndexOf
method. To display the ComboBox2 with the item whose text is 'Penguin'
selected, add the following line to the previous code:
Delphi:
ComboBox2.ItemIndex := ComboBox2.Items.IndexOf('Penguin');
C++Builder:
ComboBox2->ItemIndex = ComboBox2->Items->IndexOf("Penguin");
Embarcadero Technologies
92
Mobile Tutorial: Using Combo Box Components to Pick Items from a List (iOS and Android)
C++Builder:
void __fastcall TForm1::ComboBox1Change(TObject *Sender)
{
Memo1->Lines->Insert(0, ComboBox1->Name + ": Item " + ComboBox1->Selected>Text + " at Index " + IntToStr(ComboBox1->ItemIndex) + " was selected.");
}
This event handler displays a message dialog that indicates the item that was
selected.
Embarcadero Technologies
93
Mobile Tutorial: Using Combo Box Components to Pick Items from a List (iOS and Android)
In the Delphi code, the Format function returns a formatted string assembled
from a format string and an array of arguments:
Android (LG - E612)
Embarcadero Technologies
iOS6 (iPad)
94
Mobile Tutorial: Using Combo Box Components to Pick Items from a List (iOS and Android)
See Also
o
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
Samples
o
Embarcadero Technologies
95
Mobile Tutorial: Using a Map Component to Work with Maps (iOS and Android)
This tutorial describes how to create a simple FireMonkey application that uses
the TMapView component.
iOS
Android
iPad
Android (LG - E612)
Embarcadero Technologies
96
Mobile Tutorial: Using a Map Component to Work with Maps (iOS and Android)
Four Types of Maps: Normal, Satellite, Hybrid, and (for Android only) Terrain
Control the Map View: Ability to control the map properties, such as the
map center coordinates, the map orientation, and so on
For Delphi: File > New > Multi-Device Application - Delphi > Blank
Application
For C++: File > New > Multi-Device Application - C++Builder > Blank
Application
2. Select two TToolBar components in the Tool Palette, and drop them on the
Form Designer.
Embarcadero Technologies
97
Mobile Tutorial: Using a Map Component to Work with Maps (iOS and Android)
3. Select the TMapView component in the Tool Palette, and drop it on the
Form Designer.
4. In the Object Inspector, set the Align property of TMapView to Client.
5. In the Object Inspector, set the Align properties of the toolbars to Top and
Bottom, respectively.
In the Tool Palette, select the following components and drop them onto
the top toolbar:
3. In the Tool Palette, select three TSpeedButton components, and add them
as child elements of Layout1.
Embarcadero Technologies
98
Mobile Tutorial: Using a Map Component to Work with Maps (iOS and Android)
After performing the above steps, your Form Designer will be similar to the
following screen:
Embarcadero Technologies
99
Mobile Tutorial: Using a Map Component to Work with Maps (iOS and Android)
C++Builder:
//-------------------For Normal button ---------------------------------------void __fastcall TForm1::SpeedButton1Click(TObject *Sender) {
MapView1->MapType = TMapType::Normal;
TrackBar1->Value = 0.0;
}
// -------------------For Satellite button-------------------------------------void __fastcall TForm1::SpeedButton2Click(TObject *Sender) {
MapView1->MapType = TMapType::Satellite;
TrackBar1->Value = 0.0;
}
// --------------------For Hybrid button---------------------------------------void __fastcall TForm1::SpeedButton3Click(TObject *Sender) {
MapView1->MapType = TMapType::Hybrid;
TrackBar1->Value = 0.0;
}
Embarcadero Technologies
100
Mobile Tutorial: Using a Map Component to Work with Maps (iOS and Android)
To implement the OnChange event handler for the track bar element
1. On the Form Designer, select TrackBarl1.
2. In the Object Inspector, open the Events tab, and then double-click next
to onChange.
Specify the following code:
Delphi:
procedure TForm1.TrackBar1Change(Sender: TObject);
begin
MapView1.Bearing := TrackBar1.Value;
end;
C++Builder:
void __fastcall TForm1::TrackBar1Change(TObject *Sender)
{
MapView1->Bearing = TrackBar1->Value;
}
C++Builder:
void __fastcall TForm1::Button1Click(TObject *Sender) {
TMapCoordinate mapCenter =
TMapCoordinate::Create(StrToFloat(edLat->Text),
StrToFloat(edLong->Text));
MapView1->Location = mapCenter;
}
Embarcadero Technologies
101
Mobile Tutorial: Using a Map Component to Work with Maps (iOS and Android)
Markers identify locations on the map. If you want to add markers to the map,
you can implement the OnMapClick event handler for the map in the following
way.
To implement the OnMapClick event handler for the map
1. In the Structure View, select MapView1.
2. In the Object Inspector, open the Events tab, and double-click next to
OnMapClick.
3. In the Code Editor, implement the following event handler:
Delphi:
procedure TForm1.MapView1MapClick(const Position: TMapCoordinate);
var
MyMarker: TMapMarkerDescriptor;
begin
MyMarker := TMapMarkerDescriptor.Create(Position, 'MyMarker');
// Make a marker draggable
MyMarker.Draggable := True;
// Make a marker visible
MyMarker.Visible :=True;
MapView1.AddMarker(MyMarker);
end;
C++Builder:
void __fastcall TForm1::MapView1MapClick(const TMapCoordinate &Position)
{
TMapMarkerDescriptor myMarker =
TMapMarkerDescriptor::Create(Position, "MyMarker");
// Make a marker draggable
myMarker.Draggable = true;
// Make a marker visible
myMarker.Visible = true;
MapView1->AddMarker(myMarker);
}
Embarcadero Technologies
102
Mobile Tutorial: Using a Map Component to Work with Maps (iOS and Android)
In the left text box, set the latitude value (such as 50 degrees).
In the right text box, set the longitude value (such as 20 degrees).
Android
iPad
Embarcadero Technologies
103
Mobile Tutorial: Using a Map Component to Work with Maps (iOS and Android)
See Also
o
TMapView
Code Samples
o
Map Sample
Embarcadero Technologies
104
Embarcadero Technologies
105
Tip: If you cannot find the debug.keystore file in the above mentioned location,
run your application on the Android target platform, and then RAD Studio
automatically creates this file.
2. Find the keytool.exe file. The keytool tool is available in <Java
installation folder>\Bin, for example:
C:\Program Files\Java\jdk1.7.0_71\bin\.
3. Switch to the folder where the debug.keystore file is located and run:
keytool -list -v -keystore debug.keystore -alias androiddebugkey
-storepass android -keypass android
Tip: You need to add the full path to keytool; if the keytool.exe file is located in
the example provided above, you can use the following:
"C:\Program Files\Java\jdk1.7.0_71\bin\keytool" -list -v -keystore
debug.keystore -alias androiddebugkey -storepass android -keypass
android
certificate's SHA-1 fingerprint. The fingerprint is the sequence of 20 twodigit hexadecimal numbers separated by colons.
Embarcadero Technologies
106
Important: To get a valid Maps API key, ensure that you use
the exact application's package name. This name uniquely
identifies your application. The package key in the Android
Version Information contains the package name (see the
screenshot under the "To set the apiKey key value"
procedure later in this document).
Embarcadero Technologies
107
6. The Google APIs Console displays Key for Android apps (with certificates)
followed by a forty-character API key, for example: API key:
AIzaSyCMuJ2w8_gQEedvqUg-9lxWXFg7feAl9PQ
Embarcadero Technologies
108
Embarcadero Technologies
109
3. Click OK.
See Also
o
TMapView
Mobile Tutorial: Using a Map Component to Work with Maps (iOS and
Android)
Code Samples
o
Map Sample
Embarcadero Technologies
110
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
The master pane can display a collection of any visual controls, such as
edit boxes, labels, lists, and so forth.
Embarcadero Technologies
111
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
Embarcadero Technologies
112
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
Drawer
Drawer (Push/Overlap)
Panel
Docked panel
PlatformBehaviour
Popover
Popup menu
NavigationPane
Navigation pane
Custom
Embarcadero Technologies
113
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
Drawer Mode
If you set the TMultiView.Mode property to Drawer (using
TDrawerAppearance.Mode=OverlapDetailView), the master pane is initially
hidden. To display the master pane, the user swipes right from the left edge of
the screen, as shown in the following animated image:
Embarcadero Technologies
114
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
Popover Mode
You can also set the TMultiView.Mode property to Popover to make the master
pane a popup menu that is displayed next to the Master button specified in the
TMultiView.MasterButton property.
Embarcadero Technologies
115
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
Embarcadero Technologies
116
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
Embarcadero Technologies
117
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
Device Orientation
Phone
Tablet
Landscape
Docked panel
Tablet
Portrait
Drawer (push/overlap)
Embarcadero Technologies
118
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
Custom Mode
In Custom mode, you can customize the master pane presentation to conform
to your tasks. To customize the master pane presentation, perform the following
basic steps:
1. Declare your own class, such as MyPresentationClass that descends from
TMultiViewPresentation or from other classes that were declared in the
FMX.MultiView.Presentations unit.
2. In the MyPresentationClass, optionally, override the following virtual
methods defined in the base class:
DoOpen
DoClose
GetDisplayName
DoInstall
DoUninstall
These methods define the master pane behavior.
3. In the Form Designer, select the TMultiView component, and then in the
Object Inspector, set its property Mode to Custom.
4. Implement the onFormCreate event handler as follows:
For Delphi:
For C++:
This topic helps you develop a simple application that illustrates the use of the
TMultiView component.
Embarcadero Technologies
119
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
For Delphi: File > New > Multi-Device Application - Delphi > Blank
Application
For C++: File > New > Multi-Device Application - C++Builder > Blank
Application
2. Select the TMultiView component in the Tool Palette, and drop it on the
Form Designer.
3. Drop other controls, such as buttons, edit boxes or any other controls you
need onto the MultiView container.
4. In the Tool Palette, select a component you want to use as a detail pane
(such as TPanel), and drop any controls onto this panel.
5. In the Object Inspector, specify the appropriate properties of the
TMultiView component.
To clarify this procedure, the following sections consider a particular example: an
application that controls the mobile device camera.
3. Drop a TLabel component into the TMultiview container, and then in the
Object Inspector, set its Text property to Camera type:.
4. Drop two TButton components into the TMultiview container, and then in
the Object Inspector specify the following properties of those buttons:
Embarcadero Technologies
120
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
Name = imgCameraView
Align = Client
Tip: Put all elements of the details pane into a unique container (a
TPanel component in our example). This container should be
specified in the TMultiView.TargetControl property.
Embarcadero Technologies
121
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
For Delphi:
For C++:
2. Double-click the Stop Camera button, and insert the following code:
For Delphi:
For C++:
Embarcadero Technologies
122
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
For Delphi:
For C++:
For Delphi:
For C++:
Embarcadero Technologies
123
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
For Delphi:
For C++:
For the TForm1 class, you should implement the private method GetImage. The
onSampleBufferReady event handler calls this method to get the image from the
device camera.
Embarcadero Technologies
124
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
Do the following:
1. In the private section of the TForm1 class, declare the GetImage method:
For Delphi:
private
{ Private declarations }
procedure GetImage;
For C++:
private:
// User declarations
void __fastcall GetImage();
For Delphi:
procedure TForm1.GetImage;
begin
CameraComponent1.SampleBufferToBitmap(imgCameraView.Bitmap, True);
end;
For C++:
Embarcadero Technologies
125
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
TargetControl = Panel1
Mode = Drawer
Visible = True
Expand the ShadowOptions node, and set the Color property to Beige.
(This property defines the color of the master panel shadow. You can use
any available color.)
Embarcadero Technologies
126
Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and
Android)
5. Optionally, you can select the front or back camera (if available) by using
the Front or Back button, respectively.
See Also
o
FMX.MultiView.TMultiView
FMX.MultiView.TMultiViewPresentation
Embarcadero Technologies
127
Mobile Tutorial: Using the Web Browser Component (iOS and Android)
Embarcadero Technologies
128
Mobile Tutorial: Using the Web Browser Component (iOS and Android)
File > New > Multi-Device Application - Delphi > Blank Application
2. Select the TToolBar component in the Tool Palette, and drop it on the
Form Designer.
To find TToolBar, enter a few characters (such as "tool") in the Search box of the
Tool Palette:
3. After you drop the component, you can see the TToolBar component at
the top of the Form Designer. Here is a screenshot after setting the iOS
style in the Form Designer:
4. Select the TButton component in the Tool Palette and drop it on the
TToolBar.
Embarcadero Technologies
129
Mobile Tutorial: Using the Web Browser Component (iOS and Android)
5. Select the TButton component on the Form Designer, and then in the
Object Inspector, set the StyleLookup property to priortoolbutton.
6. Select the TEdit component in the Tool Palette and drop it on the TToolBar.
Make sure that the size of the Edit control is wide enough to fill the area of
the TToolBar:
7. Select the Edit box on the Form Designer, and then in the Object
Inspector, set the ReturnKeyType property to Done, the KeyboardType
property to URL, and the KillFocusByReturn property to True.
For more information about selecting the most appropriate Virtual Keyboard
type in mobile platforms, see Selecting the Proper Virtual Keyboard for the Web
Browser Application.
8. Select the TWebBrowser component in the Tool Palette and drop it on the
form.
9. Select the Web Browser component on the Form Designer, go to the
Object Inspector and select Client for the Align property.
Embarcadero Technologies
130
Mobile Tutorial: Using the Web Browser Component (iOS and Android)
After you complete these steps, the form should be similar to the following
picture:
Embarcadero Technologies
131
Mobile Tutorial: Using the Web Browser Component (iOS and Android)
Android
iPad
Android (LG - E612
FireMonkey provides many types of event handlers to cover most actions taken
by users. After the "Done" button is selected, the FireMonkey framework sends an
OnChange event to the TEdit control. On the other hand, there is no specific
event for the "Back" button. In this section, you implement event handlers to
support both scenarios.
Embarcadero Technologies
132
Mobile Tutorial: Using the Web Browser Component (iOS and Android)
C++Builder:
private:
// User declarations
void __fastcall openURL();
C++Builder:
void __fastcall TForm1::openURL()
{
WebBrowser1->Navigate(Edit1->Text);
}
Embarcadero Technologies
133
Mobile Tutorial: Using the Web Browser Component (iOS and Android)
C++Builder:
void __fastcall TForm1::Edit1Change(TObject *Sender)
{
openURL();
}
Embarcadero Technologies
134
Mobile Tutorial: Using the Web Browser Component (iOS and Android)
C++Builder:
void __fastcall TForm1::Button1Click(TObject *Sender)
{
WebBrowser1->GoBack();
}
The basic behavior is now implemented for this Web Browser application. Try
running your application on your Android device, the iOS Simulator, or your iOS
device.
Embarcadero Technologies
135
Mobile Tutorial: Using the Web Browser Component (iOS and Android)
Default:
EmailAddress:
NumberPad:
NumbersAndPunctuation: PhonePad:
NamePhonePad:
URL:
Default:
NumberPad:
NumbersAndPunctuation: PhonePad:
Embarcadero Technologies
EmailAddress:
NamePhonePad:
URL:
136
Mobile Tutorial: Using the Web Browser Component (iOS and Android)
The most appropriate Virtual Keyboard type for Web Browser components is URL.
As we have already discussed in Design the User Interface, the following steps set
the URL as the Virtual Keyboard type for the Web Browser component in this
example. Select the Edit box on the Form Designer, and then in the Object
Inspector, set the KeyboardType property to URL.
Embarcadero Technologies
137
Mobile Tutorial: Using the Web Browser Component (iOS and Android)
Subversion
Repository:http://sourceforge.net/p/radstudiodemos/code/HEAD/tree/br
anches/RADStudio_Berlin/Object%20Pascal/Mobile%20Snippets/WebBrow
ser
See Also
o
Mobile Tutorial: Using Combo Box Components to Pick Items from a List
(iOS and Android)
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
FMX.KeyboardTypes Sample
TWebBrowser
TToolBar
TButton
TEdit
KeyboardType
StyleLookup
Embarcadero Technologies
138
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
On Android:
Tabs are commonly placed at the top of the screen (so you should
set TTabPosition either to Top or to PlatformDefault).
Embarcadero Technologies
139
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
On iOS:
Tabs are typically shown at the bottom of the screen (so you should
set TTabPosition either to Bottom or to PlatformDefault).
Tab items always display both text and an icon, which can be set
via the StyleLookup property for each tab.
For Delphi: File > New > Multi-Device Application - Delphi > Blank
Application
For C++: File > New > Multi-Device Application - C++Builder > Blank
Application
Embarcadero Technologies
140
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
3. After you drop the TTabControl, an empty TabControl is shown on the Form
Designer (you might need to manually adjust the position of the
TabControl):
Embarcadero Technologies
141
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
4. Typically, applications that use TabControl use the full screen to show
pages.
To do this, you need to change the default alignment of TabControl. In
the Object Inspector, change the Align property of TabControl to Client:
5. Right-click the TabControl, and select Items Editor... from the context
menu:
Embarcadero Technologies
142
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
6. Click Add Item three times, so that now you have three instances of
TabItem here. Close the dialog box.
7. On the Form Designer, select the first TabItem and change its StyleLookup
property:
iOS
Embarcadero Technologies
143
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
Android
Embarcadero Technologies
144
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
10. To change the location of tabs, select the TabPosition property for the
TabControl component, and set it to one of the following values in the
Object Inspector:
Embarcadero Technologies
145
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
Android
Embarcadero Technologies
146
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
Bottom
iOS
Android
Embarcadero Technologies
147
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
Dots
iOS
Android
Embarcadero Technologies
148
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
None
iOS
Android
No Tabs or Dots are displayed at run time, although you can see them at design time.
Page can be changed only through code or action.
Embarcadero Technologies
149
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
Platform Default
iOS
Android
Embarcadero Technologies
150
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
Notes:
o
In Android apps, predefined icons are not supported, so you must use
custom icons.
In iOS apps, you can use either predefined icons or custom icons.
To use custom icons on either iOS or Android, select the appropriate iOS or
Android Style in the Form Designer, set the StyleLookup property of
TTabItem to tabitemcustom, specify your custom icon as described in this
section, and then build your app.
For iOS, you can use our predefined icons by setting the StyleLookup
property of TTabItem to the icon of your choice, such as
(tabitemsearch).
The custom glyphs used in this section are available in a zip file that is
delivered in your C:\Program Files
(x86)\Embarcadero\Studio\18.0\Images\GlyFX directory.
The three PNGs used here are located in the Icons\Aero\PNG\32x32
directory:
users_32 (People)
unlock_32 (Security)
tree_32 (Organization)
Unzip the glyFX.zip file before you use the MultiResBitmap Editor if you want to
use these images or any others available in the GlyFX collection.
Embarcadero Technologies
151
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
2. Select a tab, and click the ellipsis button [...] on the CustomIcon property
of TTabItem in the Object Inspector:
Embarcadero Technologies
152
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
4. Ensure that you are in the Master view, and in the MultiResBitmap Editor,
click the array next to Custom size, and then choose Default size.
5. Repeat the following steps to add any additional scales that you want to
support:
1. In the MultiResBitmap Editor, click
Embarcadero Technologies
When you have added all the scales you want, the editor
looks like this:
153
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
The selected image now appears appropriately scaled in each of the Scale
entries on the MultiResBitmap Editor:
Embarcadero Technologies
154
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
To specify a single-resolution bitmap for a custom icon, perform the first step of
the procedure above and then proceed as follows:
1. In the Structure View, select Empty under CustomIcon:
2. Now, in the Object Inspector, click the ellipsis button [...] in the Bitmap field
(of the TabItem1.CustomIcon[0]). This opens the Bitmap Editor:
Embarcadero Technologies
155
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
3. In the Bitmap Editor, click the Load... button, and select a PNG file.
The recommended size is 30x30 pixels for normal resolution, and 60x60
pixels for high resolution:
Embarcadero Technologies
156
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
Embarcadero Technologies
157
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
Android
Embarcadero Technologies
158
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
Actions respond when a control fires, for example, when the application
user clicks a button or chooses a menu item.
Embarcadero Technologies
159
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
Here are the steps to enable a user to move to different tab pages by clicking a
button:
1. On the Form Designer, click TabItem1 to select it.
2. From the Tool Palette, add a TActionList component to the form, and then
add a TButton to TabItem1:
Embarcadero Technologies
160
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
3. With the button selected, in the Object Inspector, select Action | New
Standard Action | Tab > TChangeTabAction from the drop-down menu.
After the user clicks this button, the action you just defined is performed
(the tab page changes):
Embarcadero Technologies
161
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
Embarcadero Technologies
162
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
5. With the previous step, the caption (the Text property) of the button is
automatically changed to "Go To Security" because the caption of
TabItem2 is "Security" in our example. Set the CustomText property of the
ChangeTabAction1 component to Security as shown below and change
the size of the button to fit the new caption text, if required.
7. On the Form Designer, select TabItem2 and drop two TButtons from the
Tool Palette to TabItem2.
Embarcadero Technologies
163
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
8. On the Form Designer, select Button2 and in the Object Inspector, select
Action | New Standard Action | Tab > TPreviousTabAction from the dropdown menu.
9. On the Form Designer, select Button3 and in the Object Inspector, select
Action | New Standard Action | Tab > TNextTabAction from the dropdown menu.
10. Select PreviousTabAction1 in the Structure View and in the Object
Inspector, set its TabControl property to TabControl1.
11. Select NextTabAction1 in the Structure View and in the Object Inspector,
set its TabControl property to TabControl1.
12. On the Form Designer, select TabItem3 and drop a TButton from the Tool
Palette to TabItem3.
13. In the Object Inspector, set the Action property of the button to
PreviousTabAction1.
Embarcadero Technologies
164
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
By Source Code
You can use any of the following three ways to change the active tab page
from your source code, by clicking the button.
C++:
TabControl1->ActiveTab = TabItem1;
Embarcadero Technologies
165
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
C++:
TabControl1->TabIndex = 2;
Embarcadero Technologies
166
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
C++:
// You can set the target at run time if it is not defined yet.
ChangeTabAction1->Tab = TabItem2;
// Call the action
ChangeTabAction1->ExecuteTarget(NULL);
See Also
o
Mobile Tutorial: Using a Button Component with Different Styles (iOS and
Android)
Mobile Tutorial: Using the Web Browser Component (iOS and Android)
Samples
o
Tab Sliding
Embarcadero Technologies
167
Embarcadero Technologies
168
2. In the Tool Palette, locate a TListView component and drop it onto the
form.
3. Add a TPrototypeBindSource component to the form.
4. On the form, select the ListView1 component, and then in the Object
Inspector, set the Align property to Client and the SearchVisible property
to True.
The form should now look like the following screen, before you set the Style or
View in the Form Designer:
Note: For more information about the selection of the Style and Views, see Style
Selector and Using FireMonkey Views.
Embarcadero Technologies
169
2. From the Add Field dialog box, select ColorsNames and click OK.
Embarcadero Technologies
170
Embarcadero Technologies
171
3. Optionally, you can apply a tint to the TListView text buttons. Do the
following:
In the Object Inspector, locate the TintColor property and set its
value to an appropriate value, such as Seagreen.
The following image shows both the Structure View and the Object Inspector. In
the Structure View, Item is expanded and TextButton is selected, and in the
Object Inspector, TintColor is set to Seagreen:
Embarcadero Technologies
172
Note: At design time, the tint color that you applied to text buttons
might not be visible. To make your changes visible, choose the
Master view in the Style selector to change the current style of your
Form Designer to either Android or iOS. For details, see Form
Designer.
At this point in the tutorial, you have configured the ListView component to
display an image on the left-hand side of the item text, and to display a button
on the right-hand side of the item text.
In the next step, you populate the image and the button with sample data.
Embarcadero Technologies
173
Now the list view displays some color data associated with each item and also
displays sample currency data on the button associated with each list item.
Embarcadero Technologies
174
C++Builder:
void __fastcall TForm1::ListView1ButtonClick(TObject * const Sender,
TListViewItem * const AItem, TListItemSimpleControl * const AObject) {
ShowMessage(AItem->Text + " " + AItem->ButtonText + " is clicked.");
}
The Results
To see your mobile app as it would appear on a mobile device, you need to
configure your system as described in the appropriate Setup tutorial, available
here, and set the View to a target mobile device (such as iPhone 4") in the Form
Designer. Then you need to complete the necessary steps for deploying your
app to the target mobile platform.
Then you can run the application on your mobile device, either by pressing F9 or
by choosing Run > Run.
Embarcadero Technologies
175
iOS
iPad
Android
Galaxy S4
If you click the Blue item, the application displays the following message box:
Embarcadero Technologies
176
See Also
o
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
FMX.ListView.TListView
TPrototypeBindSource
LiveBindings Designer
Embarcadero Technologies
177
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
Plain List
iOS
Embarcadero Technologies
178
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
Grouped List
Embarcadero Technologies
179
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
Search Box
You can add a search box to a ListBox. With a search box, users can easily
narrow down a selection from a long list as in the following pictures.
This tutorial describes the basic steps to build items for a Table View in your multidevice applications for mobile platforms.
Embarcadero Technologies
180
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
For Delphi: File > New > Multi-Device Application - Delphi > Blank
Application
2. Select the TListBox component in the Tool Palette, and drop it on the Form
Designer. To find TListBox, enter a few characters (such as "TList") in the
Search box of the Tool Palette:
Embarcadero Technologies
181
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
5. On the Items Designer, click the Add Item button several times to add
several items to the ListBox:
Embarcadero Technologies
182
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
6. Close the Items Designer. Now you can find your ListBox Items on the
TListBox component. For example:
Add a Header
You can define a Header on the TListBox component by using the following
steps:
Embarcadero Technologies
183
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
2. On the Tool Palette, select the TLabel component and drop it on top of
the TListBoxHeader component you just added:
Value
Align
Client
StyleLookup
toollabel
TextSettings.HorzAlign
Text
Center
(Text value as you want)
Embarcadero Technologies
184
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
3. Select TListBoxGroupFooter from the drop-down list, and then select Add
Item.
4. Select ListBoxGroupHeader1 in the list of items, and click the Up button
several times until this item becomes the top item on the list:
5. Close the dialog box. Now you have a Group Header and a Group Footer
on the TListBox component.
Embarcadero Technologies
185
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
transparentlistboxstyle = StyleLookup
Property Value
You can select the GroupingKind property and the StyleLookup property in the
Object Inspector when the ListBox is selected in the Form Designer.
Embarcadero Technologies
186
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
You can select the Accessory property in the Object Inspector when ListBox Item
is selected in the Form Designer.
You can select the Bitmap property in the Object Inspector when the ListBoxItem
is selected in the Form Designer.
In order to view the Icon, you must select a StyleLookup which supports the
Bitmap property. Change the StyleLookup property to listboxitemleftdetail.
Embarcadero Technologies
187
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
Specify additional text in the ItemData.Detail property, and select the location of
the Detail Text through the StyleLookup property, as shown in the following table:
StyleLookup property
listboxitemnodetail
listboxitembottomdetail
listboxitemrightdetail
listboxitemleftdetail
For Delphi: File > New > Multi-Device Application - Delphi > Blank
Application
2. Select the TListBox component in the Tool Palette, and drop it on the Form
Designer.
3. Select the TListBox component on the Form Designer, go to the Object
Inspector and select Client for the Align property.
Embarcadero Technologies
188
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
Delphi:
ListBox1.Items.Add('Text to add');
C++:
ListBox1->Items->Add("Text to add");
If you want to create items other than a simple item, or control other properties,
you can create an instance of the item first, and then add it to the list box.
The following sample codes add items to a ListBox, as shown in the picture:
iOS
Embarcadero Technologies
189
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
Delphi:
procedure TForm1.FormCreate(Sender: TObject);
var
c: Char;
i: Integer;
Buffer: String;
ListBoxItem : TListBoxItem;
ListBoxGroupHeader : TListBoxGroupHeader;
begin
ListBox1.BeginUpdate;
for c := 'a' to 'z' do
begin
// Add header ('A' to 'Z') to the List
ListBoxGroupHeader := TListBoxGroupHeader.Create(ListBox1);
ListBoxGroupHeader.Text := UpperCase(c);
ListBox1.AddObject(ListBoxGroupHeader);
// Add items ('a', 'aa', 'aaa', 'b', 'bb', 'bbb', 'c', ...) to the list
for i := 1 to 3 do
begin
// StringOfChar returns a string with a specified number of repeating
characters.
Buffer := StringOfChar(c, i);
// Simply add item
// ListBox1.Items.Add(Buffer);
// or, you can add items by creating an instance of TListBoxItem by
yourself
ListBoxItem := TListBoxItem.Create(ListBox1);
ListBoxItem.Text := Buffer;
// (aNone=0, aMore=1, aDetail=2, aCheckmark=3)
ListBoxItem.ItemData.Accessory := TListBoxItemData.TAccessory(i);
ListBox1.AddObject(ListBoxItem);
end;
end;
ListBox1.EndUpdate;
end;
Embarcadero Technologies
190
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
C++:
void __fastcall TForm1::FormCreate(TObject *Sender)
{
char c;
int i;
String Buffer ;
TListBoxItem *ListBoxItem ;
TListBoxGroupHeader *ListBoxGroupHeader
ListBox1->BeginUpdate();
for (c = 'a'; c <= 'z'; c++)
{
// Add header ('A' to 'Z') to the List
ListBoxGroupHeader = new TListBoxGroupHeader(ListBox1);
ListBoxGroupHeader->Text = UpperCase(c);
ListBox1->AddObject(ListBoxGroupHeader);
// Add items ('a', 'aa', 'aaa', 'b', 'bb', 'bbb', 'c', ->->->) to the
list
for (i = 1; i < 4; i++)
{
// StringOfChar returns a string with a specified number of repeating
characters->
Buffer = StringOfChar(c, i);
// Simply add item
// ListBox1->Items->Add(Buffer);
// or, you can add items by creating an instance of TListBoxItem by
yourself
ListBoxItem = new TListBoxItem(ListBox1);
ListBoxItem->Text = Buffer;
// (aNone=0, aMore=1, aDetail=2, aCheckmark=3)
ListBoxItem->ItemData->Accessory =
static_cast<TListBoxItemData::TAccessory>(i);
ListBox1->AddObject(ListBoxItem);
};
};
ListBox1->EndUpdate();
}
Embarcadero Technologies
191
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
Check akTop and akRight from the Anchors property of the TListBox
component.
Embarcadero Technologies
192
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
Change the Text property to the text value that you want.
Embarcadero Technologies
Android LG-E612
193
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
Delphi:
C++:
Embarcadero Technologies
194
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
Delphi:
procedure TForm1.SearchButtonClick(Sender: TObject);
begin
SearchBox1.Visible := not SearchBox1.Visible; //change the visibility status
end;
C++:
void __fastcall TForm1::SearchButtonClick(TObject *Sender) {
SearchBox1->Visible = !(SearchBox1->Visible); //change the visibility
status
}
2. To invoke the overflow menu, click the vertical ellipsis on the Action bar.
3. To view the search box, click the SearchButton.
Embarcadero Technologies
195
Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
See Also
o
FMX.ListBox.TListBox
Mobile Tutorial: Using a Button Component with Different Styles (iOS and
Android)
Mobile Tutorial: Using the Web Browser Component (iOS and Android)
Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
Embarcadero Technologies
196
Mobile Tutorial: Using LiveBindings to Populate a ListBox in Mobile Applications (iOS and Android)
2. Select the TListBox component in the Tool Palette, and drop it on the Form
Designer.
3. Select the list box component on the Form Designer, and in the Object
Inspector, locate the DefaultItemStyles.ItemStyle property. Set it to the
listboxitemrightdetail style.
4. Unselect the list box component by clicking in a blank area of the Form
Designer.
5. Select the TRectangle component in the Tool Palette, and drop it on the
Form Designer.
6. Select the rectangle component on the Form Designer, and in the Object
Inspector, set the Align property to Bottom.
7. Select the list box component and set its Align property to Client.
8. Now drop a TPrototypeBindSource from the Tool Palette onto your form.
Embarcadero Technologies
197
Mobile Tutorial: Using LiveBindings to Populate a ListBox in Mobile Applications (iOS and Android)
At this point, your form should be similar to the following iOS screen:
Embarcadero Technologies
198
Mobile Tutorial: Using LiveBindings to Populate a ListBox in Mobile Applications (iOS and Android)
You need to add sample data for colors and color names to the
TPrototypeBindSource component in order to support the purpose of this tutorial
and to link to the list box and the rectangle.
1. Right-click the TPrototypeBindSource component, and then click Add
Field on the context menu.
2. Select AlphaColors and ColorsNames from the Field Data list, and clear
the Shuffle Values check box.
This operation adds sample alphabetically sorted data (alpha color
values and names).
3. Validate your selection by clicking the OK button. Now the sample data is
ready to be used through LiveBindings.
Embarcadero Technologies
199
Mobile Tutorial: Using LiveBindings to Populate a ListBox in Mobile Applications (iOS and Android)
Embarcadero Technologies
200
Mobile Tutorial: Using LiveBindings to Populate a ListBox in Mobile Applications (iOS and Android)
Embarcadero Technologies
201
Mobile Tutorial: Using LiveBindings to Populate a ListBox in Mobile Applications (iOS and Android)
After you complete the steps above, the LiveBindings diagram will be similar to
the following image:
Embarcadero Technologies
202
Mobile Tutorial: Using LiveBindings to Populate a ListBox in Mobile Applications (iOS and Android)
The Results
To run the application, press F9 or choose Run > Run.
When you select a list box item, the rectangle's color changes accordingly:
iOS (iPad)
Embarcadero Technologies
Android (LG-E612)
203
Mobile Tutorial: Using LiveBindings to Populate a ListBox in Mobile Applications (iOS and Android)
See Also
o
LiveBindings Designer
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
Embarcadero Technologies
204
Mobile Tutorial: Using Layout to Adjust Different Form Sizes or Orientations (iOS and Android)
Embarcadero Technologies
205
Mobile Tutorial: Using Layout to Adjust Different Form Sizes or Orientations (iOS and Android)
The default value for the Align property is None, which means that no automatic
calculations are performed: the control stays where it is placed:
Align = None
Typical values for the Align property are as follows (Dodgerblue indicates the
area for the child):
Top
Bottom
Left
Right
Center
Client
If you use an Align value of Top, Bottom, Left, or Right for one component, the
Align properties for other components use the remaining area.
The size and shape of the remaining area (Client) also changes based on the
orientation of the device, and based on the form factor (iPhone or iPad).
Embarcadero Technologies
206
Mobile Tutorial: Using Layout to Adjust Different Form Sizes or Orientations (iOS and Android)
The following pictures show the layout for landscape (horizontal) and for portrait
(vertical) when you have two (2) components that use Top, and one (1)
component that uses Client.
Left
Right
Bottom
Top
Embarcadero Technologies
207
Mobile Tutorial: Using Layout to Adjust Different Form Sizes or Orientations (iOS and Android)
In the following picture, the parent component (which contains two regions)
uses the Padding property to ensure space inside the parent component:
Android
Embarcadero Technologies
208
Mobile Tutorial: Using Layout to Adjust Different Form Sizes or Orientations (iOS and Android)
Android:
Embarcadero Technologies
209
Mobile Tutorial: Using Layout to Adjust Different Form Sizes or Orientations (iOS and Android)
You can use Align, Padding, Margins, Anchors, and other properties of TLayout to
define the layout for a specific area. You can use the TLayout component just
like the DIV tag in HTML.
See Also
o
Gestures in FireMonkey
Embarcadero Technologies
210
Mobile Tutorial: Taking and Sharing a Picture, and Sharing Text (iOS and Android)
Mobile Tutorial: Using a Button Component with Different Styles (iOS and
Android)
This tutorial covers the following typical tasks for using pictures and sharing text
with your applications in mobile platforms.
Embarcadero Technologies
211
Mobile Tutorial: Taking and Sharing a Picture, and Sharing Text (iOS and Android)
On iOS Devices:
Taking a picture with the device camera
Embarcadero Technologies
Sharing text
212
Mobile Tutorial: Taking and Sharing a Picture, and Sharing Text (iOS and Android)
On Android Devices:
Taking a picture with the device camera Using a picture from the device Photo Library
Embarcadero Technologies
Sharing text
213
Mobile Tutorial: Taking and Sharing a Picture, and Sharing Text (iOS and Android)
Topics
o
See Also
o
FireMonkey Actions
FMX.StdCtrls.TButton
FMX.Objects.TImage
FMX.MediaLibrary
FMX.PhotoEditorDemo Sample
FMX.CameraComponent Sample
http://appleinsider.com/articles/12/02/16/share_sheets
Embarcadero Technologies
214
In this tutorial, you learn how to assign actions to user interface elements (such as
a button) for each functionality that you want to support.
TToolBar component
Set the StyleLookup property for the three buttons respectively to:
cameratoolbuttonbordered
searchtoolbuttonbordered
actiontoolbuttonbordered
TImage component
TActionList component
Embarcadero Technologies
215
The form should now look like the following screen, before you set the Style or
View in the Form Designer:
Note: For information about the selection of the Style and Views,
see Style Selector and Using FireMonkey Views.
Embarcadero Technologies
216
4. On the Events tab, expand the Action node, and then double-click the
OnDidFinishTaking event.
C++:
void __fastcall TForm1::TakePhotoFromCameraAction1DidFinishTaking(TBitmap
*Image)
{
Image1->Bitmap->Assign(Image);
}
This code assigns a picture taken from the mobile device camera to the Bitmap
property of the TImage component.
Embarcadero Technologies
217
Embarcadero Technologies
218
Your application saves the pictures to an album in the device Photo Library. The
album name depends on the device operating system in the following way:
OS version
Album Name
iOS
Camera Roll
Android
Camera
Note: To save an image instead of a photo to the Photo Library, you can use
IFMXPhotoLibrary.AddImageToSavedPhotosAlbum.
C++:
void __fastcall TForm1::TakePhotoFromLibraryAction1DidFinishTaking(TBitmap
*Image)
{
Image1->Bitmap->Assign(Image);
}
The code above assigns a picture taken from the Photo Library to the Bitmap
property of the TImage component.
Embarcadero Technologies
219
After enabling the Editable property, you can crop the photos on iOS and
Android.
Embarcadero Technologies
220
On iOS Devices:
Loading the Picture
On Android Devices:
Loading the Picture
Embarcadero Technologies
221
This multi-share service is called Share Sheet Functionality, and you can
implement this functionality using the following steps:
1. On the Form Designer, select the button (for sharing a photo).
2. In the Object Inspector, click the drop-down list for the Action property,
and select New Standard Action | Media Library |
TShowShareSheetAction.
3. On the Events tab, expand the Action node, and then double-click the
OnBeforeExecute event.
Embarcadero Technologies
222
C++:
void __fastcall TForm1::ShowShareSheetAction1BeforeExecute(TObject *Sender)
{
ShowShareSheetAction1->Bitmap->Assign(Image1->Bitmap);
}
The code above assigns a picture on the TImage component to "Share Sheet
Functionality".
After you select Facebook from the list of services, you can post the picture on
Facebook with your comment:
Embarcadero Technologies
223
Sharing Text
From your application, you can share text using the share sheet of the mobile
device. The applications that appear in the share sheet depend on the device:
o
From your application, you can share text on social networking sites (such as
Facebook and Twitter), you can send it by email, SMS (Short Message Service),
and other available methods.
You can implement this functionality with the multi-share service called Share
Sheet Functionality. The TShowShareSheetAction is the standard action for
sharing images and text. TShowShareSheetAction shows the available sharing
options depending on the type of content you are sharing. That is, the options
shown for Text are different than for a Bitmap.
This example shows a simple implementation of this functionality. We share the
text that the user has typed into a Memo.
1. Create a multi-device application. In our example, the form is named
Demonstration.
2. Place the following components on the Form Designer:
TToolBar component
TMemo component
TActionList component
Embarcadero Technologies
224
3. On the Events tab, expand the Action node, and then double-click the
OnBeforeExecute event.
4. Add the following code to the OnBeforeExecute event handler:
Delphi:
procedure TDemonstration.ShowShareSheetAction1BeforeExecute(Sender: TObject);
begin
ShowShareSheetAction1.TextMessage:= Memo1.Lines.Text;
end;
C++:
void __fastcall TDemonstration::ShowShareSheetAction1BeforeExecute(TObject
*Sender)
{
ShowShareSheetAction1->TextMessage = Memo1->Lines->Text;
}
Embarcadero Technologies
225
The code above uses the TextMessage property to assign the text to be shared,
as previously typed in a TMemo.
See Also
o
FireMonkey Actions
FMX.StdCtrls.TButton
FMX.Objects.TImage
FMX.MediaLibrary
http://appleinsider.com/articles/12/02/16/share_sheets
Samples
o
Embarcadero Technologies
226
TToolBar component
TImage component
Embarcadero Technologies
227
The form this sample application should now look like the following screen,
before you set the Style or View in the Form Designer:
Note: For more information about the selection of the Style and
Views, see Style Selector and Using FireMonkey Views.
C++:
#include <FMX.Platform.hpp>
#include <FMX.MediaLibrary.hpp>
#include <System.Messaging.hpp>
Embarcadero Technologies
228
2. Add the following procedure header to the private section of the form
definition:
Delphi:
procedure DoDidFinish(Image: TBitmap);
procedure DoMessageListener(const Sender: TObject; const M: TMessage);
C++:
void __fastcall DoDidFinish(TBitmap *Image);
void __fastcall DoMessageListener(const TObject *Sender, TMessage const
*M);
C++:
void __fastcall TForm1::DoDidFinish(TBitmap *Image) {
Image1->Bitmap->Assign(Image);
}
void __fastcall TForm1::DoMessageListener(const TObject *Sender, TMessage
const *M) {
TMessageDidFinishTakingImageFromLibrary const *v =
dynamic_cast<TMessageDidFinishTakingImageFromLibrary const *>(M);
if (v) {
Image1->Bitmap->Assign(v->Value);
}
}
Embarcadero Technologies
229
C++:
void __fastcall TForm1::SpeedButton1Click(TObject *Sender) {
_di_IFMXCameraService service;
TParamsPhotoQuery params;
if (TPlatformServices::Current->SupportsPlatformService
(__uuidof(IFMXCameraService)) && (service =
TPlatformServices::Current->GetPlatformService
(__uuidof(IFMXCameraService)))) {
params.Editable = true;
// Specifies whether to save a picture to device Photo
Library
params.NeedSaveToAlbum = true;
params.RequiredResolution = TSize(640, 640);
params.OnDidFinishTaking = DoDidFinish;
service->TakePhoto(SpeedButton1, params);
}
else {
ShowMessage("This device does not support the camera
service");
}
}
Embarcadero Technologies
230
Android
Embarcadero Technologies
231
Your application saves the pictures to an album in the device Photo Library. The
album name depends on the device operation system in the following way:
OS version
Album Name
iOS
Camera Roll
Android
Camera
Embarcadero Technologies
232
C++:
void __fastcall TForm1::SpeedButton2Click(TObject *Sender) {
_di_IFMXTakenImageService service;
TParamsPhotoQuery params;
if (TPlatformServices::Current->SupportsPlatformService
(__uuidof(IFMXTakenImageService)) && (service =
TPlatformServices::Current->GetPlatformService
(__uuidof(IFMXTakenImageService)))) {
params.RequiredResolution = TSize(640, 640);
params.OnDidFinishTaking = DoDidFinish;
service->TakeImageFromLibrary(SpeedButton2, params);
}
else {
ShowMessage("This device does not support the photo
library service");
}
}
2. In the Structure View, select Form1, in the Object Inspector, open the
Events tab, double-click an empty field next to OnCreate, and then
implement the following onFormCreate event handler:
Delphi:
procedure TForm1.FormCreate(Sender: TObject);
begin
TMessageManager.DefaultManager.SubscribeToMessage(TMessageDidFinishTaking
ImageFromLibrary, DoMessageListener);
end;
C++:
void __fastcall TForm1::FormCreate(TObject *Sender) {
TMessageManager::DefaultManager>SubscribeToMessage(__classid(TMessageDidFinishTakingImageFromLibrary),
TMessageListenerMethod(&DoMessageListener));
}
Embarcadero Technologies
233
3. Compile and run your application. To select a picture, tap the search
button, and then select the picture of interest from the device Photo
Library.
iOS
Android
See Also
o
FMX.CameraComponent Sample
FMX.StdCtrls.TButton
FMX.Objects.TImage
FMX.MediaLibrary
IFMXPhotoLibrary
IFMXCameraService
Embarcadero Technologies
234
Mobile Tutorial: Using the Web Browser Component (iOS and Android)
Embarcadero Technologies
235
In the TListBox, set the Align property to Left to reserve the left side of the
UI. Then create the following subcomponents under the ListBox:
Embarcadero Technologies
236
After you create these components, select all TListBoxItem items and select
listboxitemleftdetail in the StyleLookup property. This allows TListBoxItem to show
both a label and detailed text.
Embarcadero Technologies
237
Tip: You should specify the lowest accuracy that works for your application; the
higher the accuracy, the more time and power that the sensor requires to
determine the location. The recommended values: Distance=0; Accuracy=0.
C++:
void __fastcall TForm1::Switch1Switch(TObject *Sender)
{
LocationSensor1->Active = Switch1->IsChecked;
}
Embarcadero Technologies
238
C++:
void __fastcall TForm1::LocationSensor1LocationChanged(TObject *Sender, const
TLocationCoord2D &OldLocation,
const TLocationCoord2D &NewLocation)
{
char LDecSeparator = FormatSettings.DecimalSeparator;
FormatSettings.DecimalSeparator = '.';
// Show current location
ListBoxItemLatitude->ItemData->Detail = ListBoxItemLatitude->ItemData>Detail.sprintf(L"%2.6f", NewLocation.Latitude);
ListBoxItemLongitude->ItemData->Detail = ListBoxItemLongitude>ItemData->Detail.sprintf(L"%2.6f", NewLocation.Longitude);
}
Embarcadero Technologies
239
So you can add this URL to your previously created event handler
OnLocationChanged as follows:
Delphi:
procedure TForm1.LocationSensor1LocationChanged(Sender: TObject;
const OldLocation, NewLocation: TLocationCoord2D);
var
URLString: String;
begin
// code for previous step goes here
// Show Map using Google Maps
URLString := Format(
'https://maps.google.com/maps?q=%s,%s',
[Format('%2.6f', [NewLocation.Latitude]), Format('%2.6f',
[NewLocation.Longitude])]);
WebBrowser1.Navigate(URLString);
end;
C++:
void __fastcall TForm1::LocationSensor1LocationChanged(TObject *Sender, const
TLocationCoord2D &OldLocation,
const TLocationCoord2D &NewLocation)
{
// code for previous step goes here
// Show Map using Google Maps
String LLongitude = FloatToStr(NewLocation.Longitude, FormatSettings);
String URLString = "";
URLString =
URLString.sprintf(L"https://maps.google.com/maps?q=%2.6f,%2.6f",
NewLocation.Latitude, NewLocation.Longitude);
FormatSettings.DecimalSeparator = LDecSeparator;
WebBrowser1->Navigate(URLString);
}
Embarcadero Technologies
240
C++:
Note: Place this code snippet in the header file (.h)
class TForm1 : public TForm
{
// IDE defines visible (or non-visual) components here automatically
private:
// User declarations
TGeocoder *FGeocoder;
void __fastcall OnGeocodeReverseEvent(TCivicAddress* const Address);
public:
// User declarations
__fastcall TForm1(TComponent* Owner);
};
Embarcadero Technologies
241
Now you can create an instance of TGeocoder and set it up with data with the
following Delphi or C++ code.
TGeocoder.Current gives the type of class that actually implements the
Geocoding Service. The code in "TGeocoder.Current.Create" calls the
constructor (Create) for the specified type, and saves it to the FGeocoder field.
You also need to specify an event handler, which is fired when TGeocoder
completes Reverse Geocoding. Assign OnGeocodeReverseEvent (which you just
defined in the previous step) to FGeocoder.OnGeocodeReverse.
Finally, if you successfully created an instance of TGeocoder, and TGeocoder is
not running, call TGeocoder.GeocodeReverse with location information. After
TGeocoder receives data, the OnGeocodeReverseEvent event is fired.
Delphi:
procedure TForm1.LocationSensor1LocationChanged(Sender: TObject;
const OldLocation, NewLocation: TLocationCoord2D);
begin
// code for previous steps goes here
try
// Setup an instance of TGeocoder
if not Assigned(FGeocoder) then
begin
if Assigned(TGeocoder.Current) then
FGeocoder := TGeocoder.Current.Create;
if Assigned(FGeocoder) then
FGeocoder.OnGeocodeReverse := OnGeocodeReverseEvent;
end;
// Translate location to address
if Assigned(FGeocoder) and not FGeocoder.Geocoding then
FGeocoder.GeocodeReverse(NewLocation);
except
ListBoxGroupHeader1.Text := 'Geocoder service error';
end;
end;
Embarcadero Technologies
242
C++:
void __fastcall TForm1::LocationSensor1LocationChanged(TObject *Sender, const
TLocationCoord2D &OldLocation,
const TLocationCoord2D &NewLocation)
{
// code for previous steps goes here
// Setup an instance of TGeocoder
try {
if (FGeocoder == NULL) {
if (TGeocoder::Current != NULL) {
FGeocoder = (TGeocoder*)new TGeocoderClass(TGeocoder::Current);
}
if (FGeocoder != NULL) {
FGeocoder->OnGeocodeReverse = OnGeocodeReverseEvent;
}
}
// Translate location to address
if ((FGeocoder != NULL) && (!(FGeocoder->Geocoding()))) {
FGeocoder->GeocodeReverse(NewLocation);
}
}
catch (...) {
ListBoxGroupHeader1->Text = "Geocoder service error";
}
}
Embarcadero Technologies
Address: TCivicAddress);
:=
:=
:=
:=
:=
:=
:=
:=
:=
:=
Address.AdminArea;
Address.CountryCode;
Address.CountryName;
Address.FeatureName;
Address.Locality;
Address.PostalCode;
Address.SubAdminArea;
Address.SubLocality;
Address.SubThoroughfare;
Address.Thoroughfare;
243
C++:
void __fastcall TForm1::OnGeocodeReverseEvent(TCivicAddress*
{
if (Address != NULL){
ListBoxItemAdminArea->ItemData->Detail
>AdminArea;
ListBoxItemCountryCode->ItemData->Detail
>CountryCode;
ListBoxItemCountryName->ItemData->Detail
>CountryName;
ListBoxItemFeatureName->ItemData->Detail
>FeatureName;
ListBoxItemLocality->ItemData->Detail
>Locality;
ListBoxItemPostalCode->ItemData->Detail
>PostalCode;
ListBoxItemSubAdminArea->ItemData->Detail
>SubAdminArea;
ListBoxItemSubLocality->ItemData->Detail
>SubLocality;
ListBoxItemSubThoroughfare->ItemData->Detail
>SubThoroughfare;
ListBoxItemThoroughfare->ItemData->Detail
>Thoroughfare;
}
}
const Address)
= Address= Address= Address= Address= Address= Address= Address= Address= Address= Address-
Embarcadero Technologies
244
See Also
o
System.Sensors.TGeocoder
System.Sensors.Components.TLocationSensor
Samples
o
Location sample
Embarcadero Technologies
245
Android
iPad
Android Notification Number
Android
Embarcadero Technologies
246
Android
Embarcadero Technologies
247
For Delphi applications, add the following unit to the uses clause if it
is not present:
uses
System.Notification;
#include <System.Notification.hpp>
Embarcadero Technologies
248
Embarcadero Technologies
249
4. Implement the event handler for the OnClick event of the SetNumber
button by adding the following code:
For Delphi:
For C++:
Embarcadero Technologies
250
After running your application (press F9) and clicking the SetNumber button, you
can see the following:
o
Android
Schedule Notification
You can also schedule Notification Messages using the ScheduleNotification
method that the TNotificationCenter class inherits from
TCustomNotificationCenter.
To show a Notification Message, you need to create an instance of the
TNotification class, and then define the Name, AlertBody, and FireDate fields.
1. Drop a new TButton to the form.
2. In the Object Inspector, change the Name property to
ScheduleNotification.
3. Create the OnClick event of the ScheduleNotification button by doubleclicking the button.
Embarcadero Technologies
251
For Delphi:
For C++:
Embarcadero Technologies
252
After running your application (press F9) and clicking the ScheduleNotification
button, you can see the Notification Message (AlertBody) at the top of your
device Home Screen. For iOS devices, this message is similar to the following
screen:
Embarcadero Technologies
253
For Delphi:
For C++:
Embarcadero Technologies
254
After running your application (press F9) and clicking the RepeatedNotification
button, you can see the Notification Message (AlertBody) at the top of your
device Home Screen. For iOS devices, this message is similar to the following
screen:
Embarcadero Technologies
255
For Delphi:
For C++:
Embarcadero Technologies
256
For Delphi:
For C++:
Embarcadero Technologies
257
Embarcadero Technologies
258
For Delphi:
For C++:
Embarcadero Technologies
259
For Delphi:
uses
System.IOUtils;
private
function GetSoundName: string;
For C++:
#include <System.IOUtils.hpp>
private:
// User declarations
__fastcall UnicodeString GetSoundName ();
Embarcadero Technologies
260
For Delphi:
{$R *.fmx}
function TForm1.GetSoundName: string;
begin
{$IFDEF IOS}
Result := 'myiOSSound.caf';
{$ENDIF}
{$IFDEF ANDROID}
Result := TPath.Combine(TPath.GetSharedDocumentsPath,
'myAndroidSound.mp3');
{$ENDIF}
end;
For C++:
In the Confirm dialog, click Yes to add the sound files to your
project.
Embarcadero Technologies
261
8. Open the Deployment Manager to ensure that the sound files are
deployed with your application. You can see the corresponding entries in
the remote path column:
9. Change the remote path of the added files in the Deployment Manager:
For iOS: .\
Android
o
Embarcadero Technologies
262
To use a notification alert instead of a notification banner (only for iOS devices),
the end user needs to change the Alert style to Alerts through the configuration
page of Notification Center, available in the device Settings:
Embarcadero Technologies
263
For Delphi:
For C++:
Embarcadero Technologies
264
The notification alert opens at the time that was specified through the FireDate
field.
Embarcadero Technologies
265
The following code snippet implements a response to show a message box that
says "The <Notification name>" notification clicked."
o
For Delphi:
For C++:
Embarcadero Technologies
266
See Also
o
Using Notifications
Mobile Tutorial: Taking and Sharing a Picture, and Sharing Text (iOS and
Android)
Samples
o
Embarcadero Technologies
267
Protocols:
Parse
Kinvey
Backend service:
EMS
In order to receive push notifications, you need to set up the messaging service
(APS or GCM), the device, the cloud service provider or EMS, and your RAD
Studio application, as described in the three pages of this mobile tutorial.
Notes:
o
iOS and Android also have local notifications which are sent from an app
or from the OS to get the users attention. For more information, see
Mobile Tutorial: Using Notifications (iOS and Android).
The term Service Provider covers in this tutorial the Cloud service providers
(Kinvey and Parse) and the backend service provider EMS.
Embarcadero Technologies
268
See Also
o
BaaS Overview
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
Code Samples
o
Embarcadero Technologies
269
Kinvey
Parse
EMS
Embarcadero Technologies
270
Embarcadero Technologies
271
Embarcadero Technologies
272
Note: You do not need to add the GCM AppID when developing Android apps
and using Parse.
Embarcadero Technologies
273
Embarcadero Technologies
274
Embarcadero Technologies
275
Embarcadero Technologies
276
C++:
//------------------------------------------------------------------------void __fastcall TForm1::PushEvents1DeviceRegistered(TObject *Sender)
{
Memo1->Lines->Add("Device Registered");
Memo1->Lines->Add("");
}
//------------------------------------------------------------------------void __fastcall TForm1::PushEvents1DeviceTokenReceived(TObject *Sender)
{
Memo1->Lines->Add("Device Token Received");
Memo1->Lines->Add("");
}
//------------------------------------------------------------------------void __fastcall TForm1::PushEvents1DeviceTokenRequestFailed(TObject
*Sender, const UnicodeString AErrorMessage)
{
Memo1->Lines->Add("Device Token Request Failed");
Memo1->Lines->Add(AErrorMessage);
Memo1->Lines->Add("");
}
//------------------------------------------------------------------------void __fastcall TForm1::PushEvents1PushReceived(TObject *Sender,
TPushData * const AData)
{
Memo1->Lines->Add("Push Received");
Memo1->Lines->Add(AData->Message);
Memo1->Lines->Add("");
}
//-------------------------------------------------------------------------
Embarcadero Technologies
277
Android Settings
Note: To verify whether your Android device supports GCM, see GCM Overview
Project Settings
To enable your application to receive remote notifications:
1. Right-click your project in the Project Manager.
2. Choose Project > Options > Entitlement List.
3. Set Receive Push Notification value to True.
Note: If you want to enable receiving a notification even if the application is not
running while the remote notification comes in, you will need to register a Service
Class. This Java service class will create an entry in the Notification Center of the
Android Device. If you do not need or want items in the Notification Center, you
can skip this step.
You need to include an additional entry in the AndroidManifest.xml for the
project, by customizing your AndroidManifest.template.xml. In the
AndroidManifest.template.xml file of your project search for the following tag:
<%receivers%>
Embarcadero Technologies
278
iOS Settings
Project Settings
1. Right-click your project in the Project Manager.
2. Choose Project > Options > Version Info, and set the CFBundleIdentifier
key. This should be the same as the identifier of your App ID. It is the
Bundle ID from Creating iOS App ID on Apple Developer Program section.
Embarcadero Technologies
279
4. Go to Parse, Kinvey or Sending EMS Push Messages and send a new push:
Note: You can use your own EMS application to send EMS Push Notifications
messages.
Parse
Kinvey
Embarcadero Technologies
280
EMS
Embarcadero Technologies
281
Android
iOS EMS
Embarcadero Technologies
282
6. Send your app to background and send another push from Parse or
Kinvey. Now go to Notifications:
iOS
Android
See Also
o
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
Entitlement List
Code Samples
o
Embarcadero Technologies
283
Mobile Tutorial: Using the Phone Dialer on Mobile Devices (iOS and Android)
Make a call.
Embarcadero Technologies
284
Mobile Tutorial: Using the Phone Dialer on Mobile Devices (iOS and Android)
Add the following lines to your code if they are not present:
Delphi:
uses
FMX.Platform, FMX.PhoneDialer;
C++:
#include <FMX.Platform.hpp>
#include <FMX.PhoneDialer.hpp>
Only for Delphi apps: Add the following line to the public section of the
form definition:
Add the following properties to the private section of the form definition:
Delphi:
private: // User declarations
PhoneDialerService: IFMXPhoneDialerService;
C++:
private: //User declarations
_di_IFMXPhoneDialerService phoneDialerService;
bool serviceSupported;
Only for Delphi apps: in the implementation section, override the form
constructor as follows:
Embarcadero Technologies
285
Mobile Tutorial: Using the Phone Dialer on Mobile Devices (iOS and Android)
Only for C++Builder apps: in the Structure View, click the form, and in the
Object Inspector, open the Events tab, and then double-click onCreate.
Implement the following onCreate event handler for the application form:
Name to btnGetCarrierInfo
Embarcadero Technologies
286
Mobile Tutorial: Using the Phone Dialer on Mobile Devices (iOS and Android)
C++:
void __fastcall TForm1::btnGetCarrierInfoClick(TObject *Sender)
{
if (serviceSupported) {
lblCarrierName->Text = "Carrier Name: " + phoneDialerService>GetCarrier()->GetCarrierName();
lblISOCountryCode->Text = "ISO Country Code: " +
phoneDialerService->GetCarrier()->GetIsoCountryCode();
}
else ShowMessage("This device does not support the Phone Dialer
services.");
}
Embarcadero Technologies
287
Mobile Tutorial: Using the Phone Dialer on Mobile Devices (iOS and Android)
Call phone
Embarcadero Technologies
Android
288
Mobile Tutorial: Using the Phone Dialer on Mobile Devices (iOS and Android)
Making a Call
FireMonkey provides the IFMXPhoneDialerService.Call method that makes a
phone call to a specified phone number.
For your application to make calls, add the following elements to the Form
Designer:
1. Add a TLabel component, and then set its Text property to Telephone
Number.
2. Add a TEdit component, and in the Object Inspector, set the following
properties:
Name to edtTelephoneNumber.
KillFocusByReturn to True.
KeyboardType to PhonePad.
ReturnKeyType to Go.
Embarcadero Technologies
289
Mobile Tutorial: Using the Phone Dialer on Mobile Devices (iOS and Android)
On the Events tab, double-click onClick, and then implement the onClick
event handler as follows:
Delphi:
procedure TForm1.btnMakeCallClick(Sender: TObject);
begin
{ test whether the PhoneDialer services are supported on your device }
if Assigned(PhoneDialerService) then
begin
{ if the Telephone Number is entered in the edit box then make the call,
else
display an error message }
if edtTelephoneNumber.Text <> '' then
PhoneDialerService.Call(edtTelephoneNumber.Text)
else
begin
ShowMessage('Please type-in a telephone number.');
edtTelephoneNumber.SetFocus;
end;
end;
end;
C++:
void __fastcall TForm1::btnMakeCallClick(TObject *Sender)
{
if (serviceSupported) {
if (edtTelephoneNumber->Text != "" )
{
phoneDialerService->Call(edtTelephoneNumber->Text);
}
else {
ShowMessage("Please type-in a telephone number.");
edtTelephoneNumber->SetFocus();
}
}
else ShowMessage("This device does not support the Phone Dialer
services.");
}
Embarcadero Technologies
290
Mobile Tutorial: Using the Phone Dialer on Mobile Devices (iOS and Android)
To make a call:
1. Run the application.
2. In the TEdit field under Telephone Number, type the phone number.
3. Click the Make Call button.
iOS
Embarcadero Technologies
Android
291
Mobile Tutorial: Using the Phone Dialer on Mobile Devices (iOS and Android)
Description
iOS Android
None
No call state.
Connected
Incoming
Dialing
C++:
void __fastcall MyOnCallStateChanged(const UnicodeString aCallID, const
TCallState aCallState);
Embarcadero Technologies
292
Mobile Tutorial: Using the Phone Dialer on Mobile Devices (iOS and Android)
C++:
void __fastcall TForm1::FormCreate(TObject *Sender)
{
serviceSupported = (TPlatformServices::Current>SupportsPlatformService(__uuidof(IFMXPhoneDialerService)) &&
(phoneDialerService = TPlatformServices::Current>GetPlatformService(__uuidof(IFMXPhoneDialerService))));
if (serviceSupported) {
phoneDialerService->OnCallStateChanged = MyOnCallStateChanged;
}
}
Embarcadero Technologies
293
Mobile Tutorial: Using the Phone Dialer on Mobile Devices (iOS and Android)
C++:
void __fastcall TForm1::MyOnCallStateChanged(const UnicodeString aCallID,
const TCallState aCallState) {
switch (aCallState) {
case TCallState::None:
lblCallState->Text = "No calls";
break;
case TCallState::Connected:
lblCallState->Text = "Connected";
break;
case TCallState::Incoming:
lblCallState->Text = "Incoming call";
break;
case TCallState::Dialing:
lblCallState->Text = "Dialing";
break;
case TCallState::Disconnected:
lblCallState->Text = "Disconnected";
break;
}
}
Embarcadero Technologies
294
Mobile Tutorial: Using the Phone Dialer on Mobile Devices (iOS and Android)
After you implement this event handler, the application shows the phone call
state.
For example, the following iOS screen indicates that the phone is in a dialing
state:
Embarcadero Technologies
295
Mobile Tutorial: Using the Phone Dialer on Mobile Devices (iOS and Android)
See Also
o
Mobile Tutorial: Taking and Sharing a Picture, and Sharing Text (iOS and
Android)
FMX.PhoneDialer.IFMXPhoneDialerService
Samples
o
Embarcadero Technologies
296
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
iPod
Android
Nexus 7
With backend storage you can store files and data in the cloud. This information
can later be retrieved, updated, and deleted.
Embarcadero Technologies
297
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
For Delphi: File > New > Multi-Device Application - Delphi > Blank
Application
For C++: File > New > Multi-Device Application - C++Builder > Blank
Application
2. Drop a TLabel on the form and set the following properties in the Object
Inspector:
Embarcadero Technologies
298
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
3. Drop a TButton on the TLabel and set the following properties in the
Object Inspector:
4. Drop a TEdit on the form and set the following properties in the Object
Inspector:
5. Drop a TButton on the TEdit and set the following properties in the Object
Inspector:
6. Drop a TListView on the form and set the following properties in the Object
Inspector:
Embarcadero Technologies
299
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
Embarcadero Technologies
300
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
C++:
void __fastcall TForm1::AddItemButtonClick(TObject *Sender)
{
TJSONObject *LJSONObject;
TBackendEntityValue LEntity;
if (Edit1->Text == "") {
ShowMessage("Please, enter an item.");
}
else {
LJSONObject = new TJSONObject;
LJSONObject->AddPair("item", Edit1->Text);
BackendStorage1->Storage->CreateObject("ShoppingList",
LJSONObject, LEntity);
ShowMessage("New item created: "+ Edit1->Text);
LJSONObject->Free();
delete LJSONObject;
Edit1->Text="";
}
}
Embarcadero Technologies
301
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
Deleting Objects
To allow users to delete any item from the list. In the TListView component, if you
swipe your finger left or right over one of the items of the TListView, a Delete
button displays on the right-hand side. To delete the item when the Delete
button of such item is clicked, do the following:
1. Select the TListView and in the Events tab of the Object Inspector, doubleclick the OnDeletingItem event. This event occurs before the item is
deleted. Add the following code:
Delphi:
procedure TForm1.ListView1DeletingItem(Sender: TObject; AIndex: Integer; var
ACanDelete: Boolean);
var
LQuery: string;
LJSONArray : TJSONArray;
LEntities: TArray<TBackendEntityValue>;
begin
ACanDelete := False;
LJSONArray := TJSONArray.Create;
try
LQuery := Format('query={"item":"%s"}', [(Sender as
TListView).Items[AIndex].Text]); // 'query={"item":"%s"}' in Kinvey and
'where={"item":"%s"}' in Parse
BackendStorage1.Storage.QueryObjects('ShoppingList', [LQuery], LJSONArray,
LEntities);
if (Length(LEntities) > 0) and
BackendStorage1.Storage.DeleteObject('ShoppingList', LEntities[0].ObjectID)
then
ACanDelete := True
else
ShowMessage ('Item could not be deleted.');
finally
LJSONArray.Free;
end;
end;
Embarcadero Technologies
302
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
C++:
void __fastcall TForm1::ListView1DeletingItem(TObject *Sender, int AIndex, bool
&ACanDelete)
{
System::UnicodeString LQuery[1];
DynamicArray<TBackendEntityValue> LEntities;
ACanDelete = False;
TJSONArray *LJSONArray;
LJSONArray = new TJSONArray;
try {
TListView* list = reinterpret_cast<TListView*>(Sender);
LQuery[0] = ("query={\"item\":\""+(list->Items->Item[AIndex]>Text)+"\"}"); // "query={\"item\":\"" in Kinvey and "where={\"item\":\"" in
Parse
BackendStorage1->Storage->QueryObjects("ShoppingList", LQuery,
0, LJSONArray, LEntities);
if (((LEntities.Length)>0) & BackendStorage1->Storage>DeleteObject("ShoppingList", LEntities[0].ObjectID)) {
ACanDelete = True;
} else {
ShowMessage("Item could not be deleted.");
}
}
__finally {
LJSONArray->Free();
}
}
Note: The line LQuery[0]=("query={\"item\":\""+(list->Items->Item[AIndex]>Text)+"\"}"); is for Kinvey. In Parse, the word query must change to where so if
you are using Parse as BaaS provider, this line must
be LQuery[0]=("where={\"item\":\""+(list->Items->Item[AIndex]->Text)+"\"}");.
Embarcadero Technologies
303
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
Retrieving Objects
To update all content in the TListView to reflect any possible change, you can
retrieve the objects with QueryObjects, clear the list view and add all items you
have retrieved from the backend storage.
1. To add a new method to refresh the list:
Delphi:
Open the Class Explorer window by choosing View > Class Explorer.
In the Class Viewer pane, right-click TForm1 under Unit1 and select
Add Method.
Embarcadero Technologies
304
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
C++:
Open the Class Explorer window by choosing View > C++ Class
Explorer.
In the Type List pane (left pane), expand your project, right-click
TForm1 under and select Add Method.
Embarcadero Technologies
305
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
C++:
void TForm1::RefreshList()
{
String LQuery [1];
TJSONArray *LJSONArray;
TListViewItem *LItem;
TJSONObject *LJSONObject;
String ItemText;
int i;
LJSONArray = new TJSONArray;
try {
BackendStorage1->Storage->QueryObjects("ShoppingList",
LQuery, 0, LJSONArray);
ListView1->ClearItems();
for (i = 0; i < LJSONArray->Count; i++) {
LItem = ListView1->Items->Add();
LJSONObject = dynamic_cast<TJSONObject
*>(LJSONArray->Items[i]);
ItemText = (LJSONObject->Values["item"]>Value());
LItem->Text = ItemText;
}
}
__finally {
LJSONArray->Free();
}
}
Embarcadero Technologies
306
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
3. Double-click the RefreshButton and the following code so this button calls
the RefreshList method:
Delphi:
procedure TForm1.RefreshButtonClick(Sender: TObject);
begin
RefreshList;
end;
C++:
void __fastcall TForm1::RefreshButtonClick(TObject *Sender)
{
RefreshList();
}
C++:
RefreshList();
Embarcadero Technologies
307
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
5. To refresh the list after an item is deleted, select the TListView and in the
Events tab of the Object Inspector, double-click the OnDeleteItem event.
This event occurs after the item is deleted. Add the following code:
Delphi:
procedure TForm1.ListView1DeleteItem(Sender: TObject; AIndex: Integer);
begin
RefreshList;
end;
C++:
void __fastcall TForm1::ListView1DeleteItem(TObject *Sender, int AIndex)
{
RefreshList();
}
Embarcadero Technologies
308
Mobile Tutorial: Using BaaS for Backend Storage (iOS and Android)
3. Once you add or delete items in your application, you can go to your
Kinvey console or to your Parse dashboard to see the changes also from
the cloud.
iOS
iPod
Android
Nexus 7
See Also
o
BaaS Overview
Code Samples
o
Embarcadero Technologies
309
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
This tutorial describes the basic steps to browse data managed by InterBase
ToGo on your iOS and Android devices through the dbExpress framework.
Embarcadero Technologies
310
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
iOS
Android
Note: You can use FireDAC, dbExpress, and Interbase Express (IBX) components
to build Interbase ToGo applications. For a detailed discussion on Interbase
Express components usage in a Delphi application, read the Getting Started with
InterBase Express article. For this tutorial, we will connect to Interbase ToGo using
dbExpress framework.
For other databases, such as Oracle, you need to have at least a client
library. On Windows platforms, the client library is provided as a DLL to
connect to. Therefore, you need to develop applications using middle-tier
technologies such as DataSnap to connect to these database products
from a mobile device.
Embarcadero Technologies
311
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
File > New > Multi-Device Application - Delphi > Blank Application
4. Add a TPanel component to the form, and set the following properties in
the Object Inspector:
5. Add a TLabel component to the Panel, and set the following properties in
the Object Inspector:
Embarcadero Technologies
312
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
Embarcadero Technologies
313
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
Embarcadero Technologies
314
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
3. Open the LiveBindings Designer and connect the data and the user
interface as follows:
1. Click COMMON_NAME in SQLDataSet1, and drag the mouse cursor
to Item.Text in ListView1.
Embarcadero Technologies
315
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
Check the configuration (to connect to the database file) to a local file
under the Documents folder (for iOS device) or internal storage (for
Android device).
Interbase ToGo
1. You can add the database to your project with one of the following two
methods:
the Project Manager. Click Yes to confirm that you want to add the
file to your project.
Embarcadero Technologies
316
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
2. After adding the database file, the Featured Files window displays. Select
the following database modules, and then click OK to close the Featured
Files dialog box:
The suggested names for the license files available are listed
in the Featured Files dialog, under the following name
pattern: reg_*.txt.
As you can see in the image below, the reg_ibtogo.txt license file is selected for
this tutorial.
desired license.
If you have saved the file with its original name, then
select Add Files (shown in the next step) and include
the license file in the list of files that need to be
deployed with the application.
Tip: If you plan to test your application on the iOS Simulator, then you also have
to select the DBExpress InterBase Driver for iOS Simulator.
Embarcadero Technologies
317
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
Embarcadero Technologies
318
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
As you just configured, when you run the app on the mobile device, the
database file (dbdemos.gdb) is to be deployed to the Documents folder (for iOS
platform) or internal storage (for Android platform) in the sandbox area of your
multi-device application.
Embarcadero Technologies
319
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
C++:
void __fastcall TForm1::SQLConnection1BeforeConnect(TObject *Sender)
{
#if defined(_PLAT_IOS) || defined(_PLAT_ANDROID)
SQLConnection1->Params->Values["Database"] =
System::Ioutils::TPath::Combine(System::Ioutils::TPath::GetDocumentsPath(),
"dbdemos.gdb");
#endif
}
Embarcadero Technologies
320
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
Embarcadero Technologies
Android
321
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
Troubleshooting
InterBase Issues
See the following section with detailed information about Interbase License
Issues.
Note: Follow the steps at IBLite and IBToGo Test Deployment Licensing to obtain a
valid license file.
C++:
void __fastcall TForm1::Button1Click(TObject *Sender) {
try {
SQLConnection1->Connected = True;
SQLDataSet1->Active = True;
}
catch(Exception *e) {
ShowMessage(e->Message);
}
Embarcadero Technologies
322
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
See Also
o
http://www.embarcadero.com/products/interbase/product-editions
Embarcadero Technologies
323
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
This tutorial describes the basic steps to browse data managed by InterBase
ToGo on your iOS and Android devices through the FireDAC framework.
Embarcadero Technologies
324
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
iOS
Android
Note: You can use FireDAC, dbExpress, and Interbase Express (IBX) components
to build Interbase ToGo applications. For a detailed discussion on Interbase
Express components usage in a Delphi application, read the Getting Started with
InterBase Express article. For this tutorial, we will connect to Interbase ToGo using
FireDAC.
Embarcadero Technologies
325
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
For other databases, such as Oracle, you need to have at least a client
library. On Windows platforms, the client library is provided as a DLL to
connect to. Therefore, you need to develop applications using middle-tier
technologies such as DataSnap to connect to these database products
from a mobile device.
File > New > Multi-Device Application - Delphi > Blank Application
4. Add a TPanel component to the form, and set the following properties in
the Object Inspector:
Embarcadero Technologies
326
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
5. Add a TLabel component to the Panel, and set the following properties in
the Object Inspector:
Embarcadero Technologies
327
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
Embarcadero Technologies
328
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
Embarcadero Technologies
329
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
8. Open the LiveBindings Designer and connect the data and the user
interface as follows:
1. Click COMMON_NAME in FDQuery1, and drag the mouse cursor to
Item.Text in ListView1.
Embarcadero Technologies
330
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
Embarcadero Technologies
331
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
can only read and write data that is located in the Documents folder (for iOS
device) and internal storage (for Android device) under your application folder.
To connect to a local database on mobile, you need to perform the following
actions:
o
Check the configuration (to connect to the database file) to a local file
under the Documents folder (for iOS device) or internal storage (for
Android device).
Interbase ToGo required file (the license file and other configuration files)
the Project Manager. Click Yes to confirm that you want to add the
file to your project.
Embarcadero Technologies
332
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
2. After adding the database file, the Featured Files window displays. Select
InterBase ToGo in the Feature Files, and then click OK to close the
Featured Files dialog box.
Under the node InterBase ToGo you need to select the license to
be used when deploying the application on the device.
The suggested names for the license files available are listed
in the Featured Files dialog, under the following name
pattern: reg_*.txt.
As you can see in the image below, the reg_ibtogo.txt license file is selected for
this tutorial.
desired license.
Embarcadero Technologies
If you have saved the file with its original name, then
select Add Files (shown in the next step) and include
the license file in the list of files that need to be
deployed with the application.
333
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
Embarcadero Technologies
334
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
As you just configured, when you run the app on the mobile device, the
database file (dbdemos.gdb) is to be deployed to the Documents folder (for iOS
platform) or internal storage (for Android platform) in the sandbox area of your
multi-device application.
For the TFDConnection, create the BeforeConnect event handler as follows:
1. In the Form Designer, select the TFDConnection component.
2. In the Object Inspector, go to the Events tab and double-click the
BeforeConnect event.
Embarcadero Technologies
335
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
3. Implement the event handler for the BeforeConnect event by adding the
following code:
For Delphi:
For C++:
Embarcadero Technologies
336
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
Android
Troubleshooting
InterBase Issues
See the following section with detailed information about Interbase License
Issues.
Note: Follow the steps at IBLite and IBToGo Test Deployment Licensing to obtain a
valid license file.
Embarcadero Technologies
337
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
C++:
void __fastcall TForm1::Button1Click(TObject *Sender) {
try {
FDConnection1->Connected = true;
FDQuery1->Active = true;
}
catch(Exception &e) {
ShowMessage(e.Message);
}
}
Embarcadero Technologies
338
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
See Also
o
InterBase ToGo
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
http://www.embarcadero.com/products/interbase/product-editions
Samples
o
Embarcadero Technologies
339
This tutorial describes the basic steps to use SQLite as a local data storage on
your mobile device through the dbExpress framework.
iOS
Embarcadero Technologies
Android
340
For other databases, such as Oracle, you need to have at least a client
library. On Windows platforms, the client library is provided as a DLL to
connect to. Therefore, you need to develop applications using middle-tier
technologies such as DataSnap to connect to these database products
from a mobile device.
Embarcadero Technologies
341
4. Click the Advanced button and open the Advanced Properties dialog
box.
Embarcadero Technologies
342
Note: Setting FailIfMissing to False instructs the Data Explorer to create a new
database file if the file is not available.
6. Back on the Modify Connection dialog box, click the Test Connection
button. With this operation, the new database file is created if no file
existed:
Note: Ensure that sqlite3.dll is present on your development system. If this file is
not present, download sqlite3.dll from http://www.sqlite.org/download.html to
your system path (such as C:\Windows\SysWOW64 for 64-bit Windows).
Embarcadero Technologies
343
3. Click the Save button and specify a table name (for example, Item.)
Embarcadero Technologies
344
Embarcadero Technologies
345
4. Drop a TButton on the ToolBar component and set the following properties
in the Object Inspector:
5. Drop a TLabel on the ToolBar component and set the following properties
in the Object Inspector:
6. Drop a TListBox component on the form and set the following properties in
the Object Inspector:
Set the Align property to Client, so that the ListBox component uses
the entire form.
Embarcadero Technologies
346
Embarcadero Technologies
347
Following these steps connects the user interface of the app with data on a
SQLite database. If you used a table with existing data for this tutorial, now you
should see actual data within the Form Designer.
Embarcadero Technologies
348
Select ListBox1 and define the following event handler for the OnItemClick
event.
Delphi:
procedure TForm1.ListBox1ItemClick(const Sender: TCustomListBox;
const Item: TListBoxItem);
begin
if ListBox1.Selected <> nil then
ButtonDelete.Visible := True
else
ButtonDelete.Visible := False;
end;
C++Builder:
void __fastcall TForm1::ListBox1ItemClick(const TCustomListBox *Sender,const
TListBoxItem *Item)
{
if (ListBox1->Selected)
ButtonDelete->Visible = True;
else
ButtonDelete->Visible = False;
}
Embarcadero Technologies
349
Embarcadero Technologies
350
Embarcadero Technologies
351
Declare this procedure prototype under the private section of the Form class:
private
procedure OnInputQuery_Close(const AResult: TModalResult; const AValues:
array of string);
Embarcadero Technologies
352
C++Builder:
To replicate the same functionality in C++, additional steps are required:
1. Add the next type definition after the TForm1 definition:
typedef void __fastcall (__closure *TInputCloseQueryProcEvent)(const
System::Uitypes::TModalResult AResult,
System::UnicodeString const *AValues, const int AValues_High);
3. Add the next declaration under the private section of the form:
void __fastcall OnInputQuery_Close(const System::Uitypes::TModalResult AResult,
System::UnicodeString const *AValues, const int AValues_High);
Embarcadero Technologies
353
The InputQuery function shows a dialog box asking the end user to enter a text.
This function returns True when the user selects OK, so that you can add data to
the database only when the user selects OK and the text contains some data.
Embarcadero Technologies
354
iOS
Embarcadero Technologies
Android
355
Embarcadero Technologies
356
C++Builder:
void __fastcall TForm1::ButtonDeleteClick(TObject *Sender) {
String TaskName = ListBox1->Selected->Text;
try {
SQLQueryDelete->ParamByName("ShopItem")->AsString = TaskName;
SQLQueryDelete->ExecSQL();
ItemTable->Refresh();
LinkFillControlToField1->BindList->FillList();
if (ListBox1->Selected)
ButtonDelete->Visible = True;
else
ButtonDelete->Visible = False;
}
catch (Exception &e) {
ShowMessage(e.Message);
}
}
Check the configuration (to connect to the database file) to a local file
under the Documents folder (for iOS device) or internal storage (for
Android device).
Embarcadero Technologies
357
in the Project Manager. Click Yes to confirm that you want to add
the file to your project.
2. After adding the database file, the Featured Files window displays, click
Cancel to close it.
3. Open the Deployment Manager by selecting Project > Deployment.
4. Select Debug configuration - iOS Device - 32 bit platform, Debug
configuration - iOS Device - 64 bit platform or Debug configuration Android platform from the drop-down list of target platforms at the top of
the Deployment Manager and see that the database shoplist.s3db has
been added to the platforms.
5. See how the Remote Path of shoplist.s3db has been set for iOS and
Android platforms:
As you just configured, when you run the app on the mobile device, the
database file (shoplist.s3db) is set to be deployed to the Documents folder (for
iOS platform) or internal storage (for Android platform) in the sandbox area of
your multi-device application.
Embarcadero Technologies
358
Embarcadero Technologies
359
C++Builder:
void __fastcall TForm1::ShoppinglistConnectionAfterConnect(TObject *Sender){
ShoppinglistConnection->ExecuteDirect("CREATE TABLE IF NOT EXISTS Item
(ShopItem TEXT NOT NULL)");
}
Embarcadero Technologies
360
Embarcadero Technologies
361
iOS
Android
Note: If you have an issue with running the application, follow the
steps given in Troubleshooting.
Embarcadero Technologies
362
See Also
o
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
Embarcadero Technologies
363
This tutorial describes the basic steps to use SQLite as a local data storage on
your mobile device through the FireDAC framework.
iOS
Embarcadero Technologies
Android
364
For other databases, such as Oracle, you need to have at least a client
library. On Windows platforms, the client library is provided as a DLL to
connect to. Therefore, you need to develop applications using middle-tier
technologies such as DataSnap REST to connect to these database
products from a mobile device.
For Delphi: File > New > Multi-Device Application - Delphi > Blank
Application
For C++: File > New > Multi-Device Application - C++Builder > Blank
Application
Embarcadero Technologies
365
C:\Users\Public\Documents\Embarcadero\Studio\18.0\Samples\Data\shoplist
.s3db (location of the database)
Embarcadero Technologies
366
Embarcadero Technologies
367
To set up a ListView component and other UI elements, use the following steps:
1. Drop a TToolBar on the form.
2. Drop a TButton on the ToolBar component and set the following properties
in the Object Inspector:
3. Drop a TButton on the ToolBar component and set the following properties
in the Object Inspector:
4. Drop a TLabel on the ToolBar component and set the following properties
in the Object Inspector:
5. Drop a TListView component on the form and set the following properties
in the Object Inspector:
Embarcadero Technologies
368
Embarcadero Technologies
369
Embarcadero Technologies
370
Embarcadero Technologies
371
Embarcadero Technologies
372
Following these steps connects the user interface of the app with data on a
SQLite database. If you used a table with existing data for this tutorial, now you
should see actual data within the Form Designer.
Select ListView1 and define the following event handler for the
OnItemClick event.
Delphi:
procedure TForm1.ListView1ItemClick(const Sender: TObject;
const AItem: TListViewItem);
begin
ButtonDelete.Visible := ListView1.Selected <> nil;
end;
For C++:
Embarcadero Technologies
373
Embarcadero Technologies
374
For Delphi:
private
procedure OnInputQuery_Close(const AResult: TModalResult; const AValues:
array of string);
Embarcadero Technologies
375
For C++:
Add the following definition after the TForm1 definition (in the .h file of your
unit):
Add the following class definition (in the .h file of your unit, after the
previously defined type):
Add the following declaration under the private section of the form (in the
.h file of your unit):
Embarcadero Technologies
376
Add the following code (in the .cpp file of your unit):
The InputQuery function shows a dialog box asking the end user to enter text. This
function returns True when the user selects OK, so that you can add data to the
database only when the user selects OK and the text contains some data.
Embarcadero Technologies
377
iOS
Embarcadero Technologies
Android
378
For Delphi:
Embarcadero Technologies
379
For C++:
Check the configuration (to connect to the database file) to a local file
under the Documents folder (for iOS device) or internal storage (for
Android device).
Embarcadero Technologies
380
in the Project Manager. Click Yes to confirm that you want to add
the file to your project.
2. After adding the database file, the Featured Files window displays, click
Cancel to close it.
3. Open the Deployment Manager by selecting Project > Deployment.
4. Select Debug configuration - iOS Device - 32 bit platform, Debug
configuration - iOS Device - 64 bit platform or Debug configuration Android platform from the drop-down list of target platforms at the top of
the Deployment Manager and see that the database shoplist.s3db has
been added to the platforms.
5. See how the Remote Path of shoplist.s3db has been set for iOS and
Android platforms:
As you just configured, when you run the app on the mobile device, the
database file (shoplist.s3db) is set to be deployed to the Documents folder (for
iOS platform) or internal storage (for Android platform) in the sandbox area of
your multi-device application.
Embarcadero Technologies
381
For Delphi:
For C++:
Embarcadero Technologies
382
For Delphi:
TEXT NOT
For C++:
Embarcadero Technologies
TEXT NOT
383
Embarcadero Technologies
384
Android
Note: If you have an issue with running the application, follow the
steps given in Troubleshooting.
Embarcadero Technologies
385
See Also
o
Mobile Tutorial: Using InterBase ToGo with FireDAC (iOS and Android)
Embarcadero Technologies
386
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
Embarcadero Technologies
387
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
Embarcadero Technologies
388
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
Embarcadero Technologies
389
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
Embarcadero Technologies
390
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
Embarcadero Technologies
391
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
Embarcadero Technologies
392
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
Embarcadero Technologies
393
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
With this event handler, the DataSnap Server exposes providers as well as public
methods in this class to a DataSnap client. Based on the steps in the previous
section, now you are going to expose the DataSetProvider_EMPLOYEE
DataSetProvider component to your DataSnap client.
Embarcadero Technologies
394
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
.
Now you can see the DataSnap server running on your Windows machine.
Because this DataSnap server has no UI element, it looks like a blank form, and
this is as expected at this point.
Embarcadero Technologies
395
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
Embarcadero Technologies
396
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
If you see an error, please double-check the properties you have just set.
TListBox component
Embarcadero Technologies
397
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
7. Open the LiveBindings Designer and connect the data and user interface
as follows:
1. Click FULL_NAME in BindSourceDB1, and drag the mouse cursor to
Item.Text in ListBox1:
Embarcadero Technologies
398
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
Embarcadero Technologies
Android
399
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
MIDAS Library
):
3. Select the following module, and then click OK to close the Deployment
Manager:
MIDAS Library
Embarcadero Technologies
400
Mobile Tutorial: Connecting to an Enterprise Database from a Mobile Client (iOS and Android)
See Also
o
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
Datasnap.DSServer.TDSServer
Embarcadero Technologies
401
Android
Embarcadero Technologies
402
The FireDAC native driver supports SQLite database version 3.0 and later. For a
detailed discussion on SQLite usage in FireDAC for a Delphi application, read the
"Using SQLite with FireDAC" article.
To use SQLite in your application, the sqlite3.dll file must be present on your
development system. If this file is not present, download sqlite3.dll from
http://www.sqlite.org/download.html to your system path (such as
C:\Windows\SysWOW64 for 64-bit Windows).
Embarcadero Technologies
403
Embarcadero Technologies
404
Embarcadero Technologies
405
Embarcadero Technologies
406
Embarcadero Technologies
407
LiveBindings Designer
Use the LiveBindings Designer to add new connections between the
TBindSourceDB and TListView components.
1. Select the ItemHeader.Text member from TListView.
2. Bind to the Department member of the BindSourceDB1 component by
dragging (a connection line appears).
3. Select the Item.Text member from TListView.
4. Bind to the Name member of the BindSourceDB1 component by dragging
(a connection line appears).
5. In the Object Inspector, set the following properties of TListView:
1. Set the ItemAppearance to ImageListItemRightButton.
In the LiveBindings Designer, the TListView should have a new member,
Item.ButtonText.
2. Set the Align property to Client.
6. In the LiveBindings Designer, select the Item.ButtonText member from
TListView.
7. Bind to the Seniority member of the BindSourceDB1 component by
dragging (a connection line appears).
Embarcadero Technologies
408
Change the configuration (to connect to the database file) to a local file
under the Documents folder (for iOS device) or internal storage (for
Android device).
Embarcadero Technologies
409
4. Select the Platforms column (double-click the ellipsis [...] in the row for
Employees.s3db):
1. Ensure that iOSSimulator, iOSDevice32 and iOSDevice64 or Android
are present for Employees.s3db.
2. Remove Win32 from the list if it is present (you do not have to copy
database files to the Win32 platform).
5. Select All-Configurations - iOS Device - 32 bit platform, All-Configurations iOS Device - 64 bit platform or All-Configurations - Android platform and
make sure Employees.s3db is set to be deployed to StartUp\Documents\
or assets\internal\.
As you just configured, when you run the app on the mobile device, the
database file (Employees.s3db) is set to be deployed to the Documents folder
(for iOS platform) or internal storage (for Android platform) in the sandbox area
of your application.
Embarcadero Technologies
410
Embarcadero Technologies
411
Android
See Also
o
Mobile Tutorial: Using InterBase ToGo with dbExpress (iOS and Android)
Embarcadero Technologies
412
TMultiView, TDrawerAppearance
Visible, Mode, MasterButton, DoOpen, DoClose,
GetDisplayName, DoInstall, TargetControl,
DrawerOptions, ShadowOptions
TWebBrowser, TButton, TVirtualKeyboard
ReturnKeyType, GoBack, KeyboardType,
KillFocusByReturn
Embarcadero Technologies
413
Using LiveBindings to
Populate a ListBox in TListBox, DefaultItemStyles.ItemStyle, TRectangle,
Mobile Applications TPrototypeBindSource, LiveBindings Designer,
(iOS and Android)
Using Layout to
Adjust Different Form TLayout and its properties: Align, Margins, Padding, and Anchors
Sizes or Orientations TVertScrollBox
(iOS and Android)
Taking and Sharing a
Picture, and Sharing
Text (iOS and
Android)
Using Location
Sensors (iOS and
Android)
Using Notifications
(iOS and Android)
Connecting to an
Enterprise Database
from a Mobile Client
(iOS and Android)
Using Remote
TPushEvents, AutoActivate, TKinveyProvider, AppKey, AppSecret,
Notifications (iOS and MasterSecret, TParseProvider, ApplicationID, RestApiKey,Provider,
Android)
LiveBindings Designer
Using BaaS for
Backend Storage
(iOS and Android)
Embarcadero Technologies
414
Note: This list of components is intended for informational purposes only, and
might not be entirely accurate or complete.
Embarcadero Technologies
415