Page 5505372 M365 Memo Editor
Page M365 Memo Editor (ID 5505372). Editor for large texts.
Language | Caption |
---|---|
de-DE | Memo-Editor |
es-ES | Editor de notas |
en-US | Memo Editor |
it-IT | Memo Editor |
procedure SetCaption(newCaption: Text)
Sets the caption for the editor page.
newCaption Text
Text to use as the caption for the page.
procedure SetHelp(newHelpText: Text)
Sets the help text for the editor page.
newHelpText Text
Text to use as the help test for the page.
procedure SetText(newMemoText: Text)
Sets the memo text for the editor page.
newMemoText Text
Text to be edited.
procedure GetText(): Text
Returns the edited text.
Returns Text
The edited memo text.
procedure SetValues(newCaption: Text; newHelpText: Text; newMemoText: Text)
Sets all values for the editor page, including caption, help, and memo text.
newCaption Text
The new editor page caption.
newHelpText Text
The new editor help text.
newMemoText Text
The new memo text.
procedure SetValues(newCaption: Text; newMemoText: Text)
Sets all values for the editor page, including caption, help, and memo text.
newCaption Text
The new editor page caption.
newMemoText Text
The new memo text.
local procedure OnValidateMemoText(var memoText: Text; userValidate: Boolean)
memoText Text
userValidate Boolean
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.