ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

6. Internal window
Internal windows...
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
Error 1021: The method of the class is not global
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
BuildAutomationVariant (Function)
Builds an Automation variant parameter.
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
ERR_LAUNCH_FAILED
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
ErrorThrow (Function)
Throw a non-fatal error.
WINDEV License Agreement
WINDEV License Agreement...
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
Error 1012: The class member is not global: it cannot be accessed from a global method
FlexRowGap (Property)
The Property FlexRowGap allows you to know and modify the height of the gutter which separates the lines of a control Flexbox.
DirectInputAPT (Property)
The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control.
TwoFactorAuthenticationGenerateTOTPKey (Function)
Generates a TOTP Key for an application user.
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......