ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / HTML Editor functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
Remark: This function is particularly useful for Android and iOS applications for which the Document WLanguage property is not available in read-only mode.
Example
HTMLEditorGetDocument(HTMEDT_MyHTMLEditor, HTMLEditorGetDocument_Callback)
INTERNAL PROCEDURE HTMLEditorGetDocument_Callback(doc is htmlDocument)
STC_Title = doc.title
END
Syntax
HTMLEditorGetDocument(<HTML Editor control> , <WLanguage procedure>)
<HTML Editor control>: Control name
Name of the HTML Editor control used.
<WLanguage procedure>: Procedure name
WLanguage procedure ("callback") executed once the document has been retrieved. This procedure has the following format:
PROCEDURE <Procedure name>(MyDocument is htmlDocument)
where <MyDocument> is an htmlDocument variable that corresponds to the HTML document displayed in the HTML Editor control.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help