ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
UUDecode (Function)
Decodes a character string in UUEncode format.
WordToArray (Function)
Fills an array with the words from a string.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
WordCount (Function)
Returns the number of words in a string.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
InJavaMode (Function)
Indicates whether the code is run in Java.
Power (Function)
Raise a number to a power.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....