ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
StartTimestamp (Property)
The StartTimestamp property is used to set the start date and time of an action.
EndTimestamp (Property)
The EndTimestamp property is used to set the end date and time of an action.
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
EndDate (Property)
The EndDate property is used to get and change the end date of a time period.
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
<Chart>.TimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
MapGetStyle (Function)
Returns the style used by the map displayed in the Map control.
<Organizer>.BackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
<Map>.GetStyle (Function)
Returns the style used by the map displayed in the Map control.
<HTML editor>.FormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Image variable>.HorizontalSymmetry (Function)
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Image variable>.VerticalSymmetry (Function)
Flips an image contained in an Image variable with respect to a vertical axis (symmetry with respect to a vertical axis).
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......