ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
UploadFileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.
SaaSWriteSiteParameter (Function)
Saves a specific information for a SaaS site in the configuration of a client account.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
NameServerFile (Property)
The NameServerFile property is used to get the name of the uploaded file on the server.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received during a call to a REST Webservice.
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
TransparencyMode (Property)
The TransparencyMode property is used to get and change the transparency mode of an image.
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.
FontSize (Property)
The FontSize property is used to manage the size of the font used for an element.
<TreeView>.Identifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
<TreeView>.ListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
<TreeView>.Find (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
<Upload>.FileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.