|
|
|
|
|
<HTML editor>.GetDocument (Function) In french: <Editeur HTML>.RécupèreDocument 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 WLanguage property Document is not available for reading.. EDHTML_MonEditeurHTML.RécupèreDocument(EditeurHTMLRécupèreDocument_Callback)
INTERNAL PROCEDURE EditeurHTMLRécupèreDocument_Callback(doc is htmlDocument)
LIB_Titre = doc.title
END
Syntax
<HTML Editor control>.GetDocument(<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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|