ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
<ANSI string>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
PicRectangularSnipOCR (Function)
Runs OCR and extracts the text from a rectangular area defined with the mouse.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
<OEM string>.OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
OCRModelPathDirectory (Function)
Used to set the directory that contains the language models for the native OCR system.
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
OCRDeleteAllLanguages (Function)
Deletes all languages from the native OCR system.
SCM: Repository versions
There are different versions of the SCM repository......
SCM: Changing the version of the projects in the repository
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
Style sheet
A style sheet ("......
Source Code Manager (SCM)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory area....
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.