ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

27. Center or anchor a site horizontally
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
HTMLToText (Function)
Converts an HTML string or buffer to text.
FontUnderlined (Property)
The FontUnderlined property is used to underline text.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
StyleDrawCaptionGrayed (Function)
Customizes how text is drawn in grayed out controls.
<Source>.InfoMemo (Function)
Returns the characteristics of binary and text memos.
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
iPrintAreaMarkdown (Function)
Prints Markdown text in a rectangular area.
<Image>.DrawTextMarkdown (Function)
Draws Markdown text in an Image control.
<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
<picLayer variable>.DrawTextRTF (Function)
Draws an RTF text in a picLayer variable.
PDFToText (Function)
Extract the text contained in an Document PDF.
<Variable pdfDocument>ToText (Function)
Extract the text contained in an Document PDF.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Constants for test
List of constants used by the functions for managing automated tests....
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
ToClipboard (Function)
Writes text or image information into the system clipboard.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
First project window
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....