AssistEdit Property
Version: Available or changed with runtime version 1.0.
Sets assist-edit capabilities for a text box.
Applies to
- Page Field
Property Value
True if assist-edit capabilities and an AssistEdit button are provided; otherwise, false. The default value is false.
Syntax
AssistEdit = true;
Remarks
You can add AL code in the OnAssistEdit Trigger to change the default assist-edit behavior.