disableCorrectFlag property

  1. @BuiltValueField.new(wireName: r'DisableCorrectFlag')
bool? get disableCorrectFlag

Indicates if the Correct function key has to be deactivated (value True). During the processing of an Input command GetConfirmation, SiteManager, or GetMenuEntry.

Implementation

@BuiltValueField(wireName: r'DisableCorrectFlag')
bool? get disableCorrectFlag;