ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Scanner functions (prefix syntax)
The scanner functions are as follows:...
<Image variable>.Blur (Function)
Blurs the entire given area in a variable of type Image.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
<WDPic variable>.Blur (Function)
Blurs the entire given area in a variable of type WDPic (on the background layer).
<picLayer variable>.Blur (Function)
Blurs the entire given area in a variable of type picLayer.
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
<Buffer type>.EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
WayPoint (Property)
The WayPoint property allows you to handle the waypoints of a connector.
XPercent (Property)
The XPercent property gets and sets the X-coordinate of a point, expressed as a percentage.
YPercent (Property)
The YPercent property gets and sets the Y-coordinate of a point, expressed as a percentage.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
<htmlNode variable>.RemoveAttribute (Function)
Removes a given attribute
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
Scanner functions
The scanner functions are as follows:...
<Scanner variable>.Property (Function)
Used to get and change the characteristics of a scanner.
spAge (Property)
The spAge property gets the time elapsed since the password was last changed.
AttributeNote (Property)
The AttributeNote property gets the value of the <Note> extension attribute.
Parameters of the procedure used by fReadLine
WLanguage procedure ("Callback") called by fReadLine for each line read in the file.
AttributeMapping (Property)
The AttributeMapping property gets the value of the <Mapping> extension attribute.
AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
<WDPic variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<picLayer variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<WDPic variable>.InvertColor (Function)
Inverts the colors of a WDPic variable.
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.