|
|
|
|
|
|
|
The development of an iPhone/iPad application is performed in 2 steps: |
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Several steps must be performed to develop an iPhone/iPad application: |
|
|
|
|
|
|
Lists the resources integrated to the application.
|
|
|
|
|
|
|
A non-maximized window can occupy a section of the screen only... |
|
|
|
|
|
|
Signing an application is mandatory from Xcode 8... |
|
|
|
|
|
|
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.). |
|
|
|
|
|
|
Apple has recently released an SDK to natively compile iOS applications for MacOS... |
|
|
|
|
|
|
Action Bars replace the title bar of a window and display different types of information... |
|
|
|
|
|
|
Extracts a resource from the application into a physical device location. |
|
|
|
|
|
|
Stops the video preview or video recording in a Camera control.
Function kept... |
|
|
|
|
|
|
Allows you to check the real identity of the current user via biometrics check. |
|
|
|
|
|
|
Returns a directory path for the data of the current user of the current application. |
|
|
|
|
|
|
You now have the ability to index the content of a text memo item...... |
|
|
|
|
|
|
All report controls can be handled through programming...... |
|
|
|
|
|
|
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile... |
|
|
|
|
|
|
Returns and initializes the color of different chart elements. |
|
|
|
|
|
|
A Stack variable is a structured type that is used to group a set of elements of the same type. |
|
|
|
|
|
|
A List variable is a structured type that is used to group a set of elements of the same type. |
|
|
|
|
|
|
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post... |
|
|
|
|
|
|
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.)... |
|
|
|
|
|
|
The Procedure Description type is used to get information about a procedure or a method. |
|
|
|
|
|
|
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet... |
|
|
|
|
|
|
The Address type is used to manipulate the address of a place or person. |
|
|
|
|
|
|
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table... |
|
|
|
|
|
|
A Layout control can be...... |
|
|
|
|
|
|
The Date type enables you to easily handle the dates... |
|
|
|
|
|
|
The DateTime type enables you to easily handle a date and a time... |
|
|
|
|
|
|
A class contains the description of a data structure (members) and the processes (methods)... |
|
|
|
|
|
|
The SourceName property is used to:
Get the name of the report data source.
Change the report... |
|
|
|
|
|
|
The PageNumber property is used to:
get and change the number of the page displayed in an Image... |
|
|
|
|
|
|
Identifies the color of a pixel:
in an Image control.
in an Image variable.
in a picLayer... |
|
|
|
|
|
|
Draws the chord of a circle (intersection between an ellipse and a straight line):
in an Image... |
|
|
|
|
|
|
Adds an "invisible" value into an element found in a List Box or Combo Box control.
Function kept... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|