📚 SAP Business One SDK Help

Enabled Property
See Also 

Description

Indicates whether the Form Settings function is enabled.

The default is false. When set to true, this function enables: 

  • The Form Settings menu option and icon
  • The Row Format tab in the Form Settings window
  • Displaying row content in the Row Details window by double-clicking the row
  • The application to save the settings when the form is closed and to load them when the form is displayed again.
    Form settings are loaded automatically only if the form is loaded from XML.

Property type

Read-write property

Syntax

Visual Basic
Public Property Enabled() As Boolean

Remarks

To disable the Row Format tab, set the EnableRowFormat property to false.

See Also