ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Preset control properties
List of properties associated with the Preset control
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"...
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control...
<Looper>.SelectMinus (Function)
Deselects a row in a Looper control.
<Looper>.SelectPlus (Function)
Selects a row in a Looper control.
<Looper>.Delete (Function)
Deletes a row from a Looper control.
<Looper>.InsertLine (Function)
Inserts a row into a Looper control.
<Spreadsheet>.DeleteColumn (Function)
Deletes a column from a Spreadsheet control.
<Spreadsheet>.DeleteRow (Function)
Deletes a row from a Spreadsheet control.
<Image>.DrawText (Function)
Draws a text in an Image control.
<Image>.Fill (Function)
Colors an area in an Image control.
<Image>.DrawRectangleGradient (Function)
Draws a rectangle in an Image control.
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
<Image>.DrawPolygon (Function)
Draws a polygon in an Image control,
<Image>.DrawBorder (Function)
Draws the borders in an Image control.
<Image>.DrawLine (Function)
Draws a line in an Image control.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image>.Resize (Function)
Resizes an image in an Image control.
<Image>.InvertColor (Function)
Inverts the colors in an Image control.
<Scheduler>.SelectMinus (Function)
Deselects an appointment from a Scheduler control.
<Scheduler>.SelectPlus (Function)
Selects an appointment in a Scheduler control.
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
<Scheduler>.DeleteResource (Function)
Deletes a resource from a Scheduler control.
MySelf (Reserved word)
MySelf is used to handle the current control...
LooperInsert (Function)
Inserts a row into a Looper control.
LooperInsertLine (Function)
Inserts a row into a Looper control.
ControlInOutReason (Function)
Indicates the origin of the entry in the control.
SysSetFocus (Function)
Sets focus to a window or control.