AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the control (based on a data file or populated programmatically)......
Link properties
When creating a link, you can simply specify the destination......
Summary table: Installing a WINDEV application
One major step when developing an application is deploying the application to client computers......
WDTrans: Release records in transaction
Transforms all "in transaction" records into "normal" records if they do not belong to an ongoing transaction......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Manipulating Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be manipulated programmatically......
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
gImageExists (Function)
Checks whether an image was loaded in memory.
AnimationEnabled (Function)
Enables or disables the animations in the controls.
SNMPOIDType (Function)
Returns the type of data in an OID.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
<Chart>.PiePullOut (Function)
Pulls out a section (or all sections) in a chart.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
TokenAllowDuplicate (Property)
The TokenAllowDuplicate property is used to: Allow or prevent the user from entering duplicates in a "Text token" Edit control. Determine if duplicates are allowed in a "Text token" Edit control....
RuleVisible (Property)
The RuleVisible property is used to: Find out whether the rulers are visible or invisible in a Word Processing control. Make the rulers visible or invisible in a Word Processing control....
MarginHeight (Property)
The MarginHeight property is used to: Find out the vertical margin between the widgets found in a Dashboard control. Modify the vertical margin between the widgets found in a Dashboard control....
MarginWidth (Property)
The MarginWidth property is used to: Find out the horizontal margin between the widgets found in a Dashboard control. Modify the horizontal margin between the widgets found in a Dashboard control....
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or programmatically. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
Sharing the context menus in the project
In most cases, several context menus are included in your applications......