Page 5505372 M365 Memo Editor

Page 5505372 M365 Memo Editor

Page M365 Memo Editor (ID 5505372). Editor for large texts.

LanguageCaption
de-DEMemo-Editor
es-ESEditor de notas
en-USMemo Editor
it-ITMemo Editor

Methods

SetCaption

procedure SetCaption(newCaption: Text)

Sets the caption for the editor page.

Parameters / Return Value

  • newCaption Text

    Text to use as the caption for the page.


SetHelp

procedure SetHelp(newHelpText: Text)

Sets the help text for the editor page.

Parameters / Return Value

  • newHelpText Text

    Text to use as the help test for the page.


SetText

procedure SetText(newMemoText: Text)

Sets the memo text for the editor page.

Parameters / Return Value

  • newMemoText Text

    Text to be edited.


GetText

procedure GetText(): Text

Returns the edited text.

Parameters / Return Value

  • Returns Text

    The edited memo text.


SetValues

procedure SetValues(newCaption: Text; newHelpText: Text; newMemoText: Text)

Sets all values for the editor page, including caption, help, and memo text.

Parameters / Return Value

  • newCaption Text

    The new editor page caption.

  • newHelpText Text

    The new editor help text.

  • newMemoText Text

    The new memo text.


SetValues

procedure SetValues(newCaption: Text; newMemoText: Text)

Sets all values for the editor page, including caption, help, and memo text.

Parameters / Return Value

  • newCaption Text

    The new editor page caption.

  • newMemoText Text

    The new memo text.


Events

OnValidateMemoText

local procedure OnValidateMemoText(var memoText: Text; userValidate: Boolean)

Parameters / Return Value

  • memoText Text

  • userValidate Boolean



EOS Labs -