A reference to a control’s memo editor object.

Property of

Entryfield

Description

When editing a memo field with a dataLinked entryfield, you may open an Editor object in another form by double-clicking the entryfield, or by calling the entryfield’s showMemoEditor( ) method.

When the editor is open, the entryfield’s memoEditor property contains a reference to that Editor object. You may use the memoEditor property to manipulate the editor, or close the form that contains it. The memo editor is a standard Editor object, anchored to a form, so the form is the memoEditor object’s form and parent object.