|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The principle of windows with arrow is straightforward... |
|
|
|
|
|
|
|
| To develop a WINDEV Mobile application for iPhone/iPad, you need: |
|
|
|
|
|
|
|
| The development of an iPhone/iPad application is performed in 2 steps: |
|
|
|
|
|
|
|
| Indicates whether the code is run in the iOS emulator (iPhone, iPad). |
|
|
|
|
|
|
|
| A non-maximized window can occupy a section of the screen only... |
|
|
|
|
|
|
|
| Action Bars replace the title bar of a window and display different types of information... |
|
|
|
|
|
|
|
| Websites can be displayed on many devices (Android, iPhone, etc.)... |
|
|
|
|
|
|
|
| When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled... |
|
|
|
|
|
|
|
| You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile. |
|
|
|
|
|
|
|
| Several steps must be performed to develop an iPhone/iPad application: |
|
|
|
|
|
|
|
| Excludes a file from iCloud backup. |
|
|
|
|
|
|
|
| Apple has recently released an SDK to natively compile iOS applications for MacOS... |
|
|
|
|
|
|
|
| Lists the resources integrated to the application.
|
|
|
|
|
|
|
|
| Extracts a resource from the application into a physical device location. |
|
|
|
|
|
|
|
| In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.). |
|
|
|
|
|
|
|
| Signing an application is mandatory from Xcode 8... |
|
|
|
|
|
|
|
| Starts a difference operation of the memory used by the application. |
|
|
|
|
|
|
|
| The NbColumn property is used to get the number of columns in a report. |
|
|
|
|
|
|
|
| Returns the numeric value of a hexadecimal string. |
|
|
|
|
|
|
|
| Indicates whether the application is run in VGA mode on a mobile device. |
|
|
|
|
|
|
|
| Converts the value stored in a Variant variable]. |
|
|
|
|
|
|
|
| The LinkedKey property sets the characteristics of a link. |
|
|
|
|
|
|
|
| The InitialFile property is used to get the original name of the data file associated to an item... |
|
|
|
|
|
|
|
| InitialItem is used to find out the initial name of an item found in a query. This name is known... |
|
|
|
|
|
|
|
| The Underline property is used to:
Find out whether a Font variable is underlined.
Underline... |
|
|
|
|
|
|
|
| Text is used to find out whether an item is a text item. |
|
|
|
|
|
|
|
| The InternalReportName property is used to:
Find out the name of the report printed... |
|
|
|
|
|
|
|
| The ViewName property is used to:
find out the name of the HFSQL view, data source of a report... |
|
|
|
|
|
|
|
| Returns the name of directory used to store the temporary files. |
|
|
|
|
|
|
|
| Checks the existence of a directory. |
|
|
|
|
|
|
|
| Returns the number of elements found in a memory zone. |
|
|
|
|
|
|
|
| Decompresses a memory block (buffer) that was compressed by Compress. |
|
|
|
|
|
|
|
| Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control... |
|
|
|
|
|
|
|
| Calculates the height (in pixels) of the text displayed in an edit control, in a Static control... |
|
|
|
|
|
|
|
| Identifies the "parent" of a graphic object: control, column, window, page, ... |
|
|
|
|
|
|
|
| Returns the name of the Tab control that contains the specified control. |
|
|
|
|
|
|
|
| Calculates the cosine of an angle. |
|
|
|
|
|
|
|
| Calculates the cotangent of an angle. |
|
|
|
|
|
|
|
| Returns the root of a number. |
|
|
|
|
|
|
|
| Returns the sine of an angle. |
|
|
|
|
|
|
|
| Calculates the tangent of an angle. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|