ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
ScreenToSource (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
PDFAddImage (Function)
Adds an image to a page in an existing PDF file.
ChronoReset (Function)
Stops and resets a running stopwatch.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
dFont (Function)
Declares the font to be used by the dText function: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
TableChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
AssistedInputOpen (Function)
Opens the list of suggestions of an Edit control.
iChangeSubReportSource (Function)
Modifies through programming the report associated with a sub-report in a composite report.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
fRemoveDir (Function)
Deletes a directory from a disk.