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>.SearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
<Looper>.ExpandAll (Function)
Expands all breaks in a Looper control with break.
<Looper>.CollapseAll (Function)
Collapses all expanded breaks in a Looper control.
<Looper>.AddLine (Function)
Adds a row at the end of a Looper control.
<Looper>.Count (Function)
Returns the number of rows in a Looper control.
<Looper>.DeleteSelect (Function)
Deletes the selected rows from a Looper control.
<Spreadsheet>.Replace (Function)
Finds and replaces a value in a Spreadsheet control.
<Word Processing>.InsertTable (Function)
Inserts a table into a Word Processing control.
<Word Processing>.Select (Function)
Selects a fragment in a Word Processing control.
<Spreadsheet>.SortSelection (Function)
Sorts the values selected in a Spreadsheet control.
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image control.
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
<Image>.ModifySaturation (Function)
Changes the saturation of an image in an Image control.
<Image>.ModifyHue (Function)
Changes the hue of an image in an Image control.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
<Table>.EnumBreak (Function)
Enumerates the breaks found in a Table control.
<Table>.ModifyColumn (Function)
Modifies a column in a horizontal Table control.
<Scheduler>.AddAppointment (Function)
Adds a new appointment into a Scheduler control.
<Scheduler>.AddResource (Function)
Adds a new resource into a Scheduler control.
<Scheduler>.DeleteAll (Function)
Deletes all appointments and resources from a Scheduler control.
<Html>.Navigate (Function)
Starts navigation in an HTML Display control.
<Multimedia>.Play (Function)
Plays a multimedia file in a Multimedia control.
HTMLEditorSearch (Function)
Searches for a string in an HTML Editor control.
<HTML editor>.Search (Function)
Searches for a string in an HTML Editor control.