ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Image>.InvertColor (Function)
Inverts the colors in an Image control.
<Image variable>.InvertColor (Function)
Inverts the colors in an Image variable.
<Image>.Next (Function)
Displays the next image for the scroll.
OCRExtractText (Function)
Reads the text contained in an image.
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
<WDPic variable>.MergeLayer (Function)
Merges the layers of a WDPic image.
DiagramToSVG (Function)
Exports a diagram to an SVG image.
<Diagram variable>.ToSVG (Function)
Exports a diagram to an SVG image.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
<picLayer variable>.Rotation (Function)
Rotates an image in a picLayer variable.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
HRSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
NumberDisplayedPage (Property)
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control.
11. Window templates
WINDEV Mobile allows you to create window templates....
Flash (Property)
The Flash property determines and changes the flash mode in a Camera control.
Action Bar control events
iPrintImage (Function)
Sends the image file to print to the print buffer.
Events associated with the project
List of events associated with the project...
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.