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.
CharactType (Function)
Returns information about the type of character.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
WordCount (Function)
Returns the number of words in a string.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
StringReverse (Function)
Reverses the characters of a string.
iSequencingPrint (Function)
Prints a sequence of reports.
GglGetDocument (Function)
Downloads a document from the Google Docs service.
ColorPalette (Function)
Returns a color found in the current palette.
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
BurnerMediaFound (Function)
Used to find out whether the burner is empty or not.
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
fListDisk (Function)
Returns the list of disks installed on the computer.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
OrgModify (Function)
Modifies an element in an Organization Chart control.
MapEndOfMove (Function)
Stops following the device movement in a Map control.
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.