Skip to main content
Version: v20 BETA

Aparência

Default Button

The default button property designates the button that gets the initial focus at runtime when no button of the form has the Focusable property.

There can only be one default button per form page.

In addition, on macOS, the default button property modifies the button's appearance in order to indicate a "recommended choice" to the user. The default button can be different from the focused button. Default buttons have a specific blue appearance on macOS:

Button must have a standard height to get the default button appearance.

On Windows, the concept of "recommended choice" is not supported: only the focused button has a different appearance at runtime. However, in the 4D form editor, the default button is represented with a blue outline:

Gramática JSON

NomeTipo de dadosValores possíveis
defaultButtonbooleantrue, false

Objectos suportados

Regular Button - Flat Button


Esconder retangulo foco

During execution, a field or any enterable area is outlined by a selection rectangle when it has the focus (via the Tab key or a single click). You can hide this rectangle by enabling this property. Hiding the focus rectangle may be useful in the case of specific interfaces.

Gramática JSON

NomeTipo de dadosValores possíveis
hideFocusRingbooleantrue, false

Objectos suportados

4D Write Pro area - Hierarchical List - Input - List Box - Subform


Esconder ressalte seleção

Selection type list boxes

This property is used to disable the selection highlight in list boxes.

When this option is enabled, the selection highlight is no longer visible for selections made in list boxes. Selections themselves are still valid and work in exactly the same way as previously; however, they are no longer represented graphically onscreen, and you will need to define their appearance programmatically.

By default, this option is not enabled.

Gramática JSON

NomeTipo de dadosValores possíveis
hideSystemHighlightbooleantrue, false

Objectos suportados

List Box


Barra rolagem horizontal

An interface tool allowing the user to move the viewing area to the left or right.

Valores disponíveis:

Lista de propriedadesValor JSONDescrição
Sim"visible"The scrollbar is always visible, even when it is not necessary (in other words, when the size of the object contents is smaller than that of the frame).
Não"hidden"The scrollbar is never visible
Automático"automatic"The scrollbar appears automatically whenever necessary and the user can enter text larger than the object width

Picture objects can have scrollbars when the display format of the picture is set to “Truncated (non-centered).”

Gramática JSON

NomeTipo de dadosValores possíveis
scrollbarHorizontaltext"visible", "hidden", "automatic"

Objectos suportados

Hierarchical List - Subform - List Box - Input - 4D Write Pro area

Veja também

Vertical scroll bar


Resolução

Sets the screen resolution for the 4D Write Pro area contents. By default, it is set to 72 dpi (macOS), which is the standard resolution for 4D forms on all platforms. Setting this property to 96 dpi will set a windows/web rendering on both macOS and Windows platforms. Setting this property to automatic means that document rendering will differ between macOS and Windows platforms.

Gramática JSON

NomeTipo de dadosValores possíveis
dpinumber0=automatic, 72, 96

Objectos suportados

Área 4D Write Pro


Show background

Displays/hides both background images and background color.

Gramática JSON

NomeTipo de dadosValores possíveis
showBackgroundbooleantrue (default), false

Objectos suportados

Área 4D Write Pro


Mostrar rodapés

Displays/hides the footers when Page view mode is set to "Page".

Gramática JSON

NomeTipo de dadosValores possíveis
showFootersbooleantrue (default), false

Objectos suportados

Área 4D Write Pro


Show Formula Bar

When enabled, the formula bar is visible below the Toolbar interface in the 4D View Pro area. If not selected, the formula bar is hidden.

This property is available only for the Toolbar interface.

Gramática JSON

NomeTipo de dadosValores possíveis
withFormulaBarbooleantrue (default), false

Objectos suportados

Área 4D View Pro


Mostrar cabeçalhos

Displays/hides the headers when Page view mode is set to "Page".

Gramática JSON

NomeTipo de dadosValores possíveis
showHeadersbooleantrue (default), false

Objectos suportados

Área 4D Write Pro


Show hidden characters

Displays/hides invisible characters

Gramática JSON

NomeTipo de dadosValores possíveis
showHiddenCharsbooleantrue (default), false

Objectos suportados

Área 4D Write Pro


Show horizontal ruler

Displays/hides the horizontal ruler when the document view is in Page mode.

Gramática JSON

NomeTipo de dadosValores possíveis
showHorizontalRulerbooleantrue (default), false

Objectos suportados

Área 4D Write Pro


Mostrar HTML WYSYWIG

Enables/disables the HTML WYSIWYG view, in which any 4D Write Pro advanced attributes which are not compliant with all browsers are removed.

Gramática JSON

NomeTipo de dadosValores possíveis
showHTMLWysiwygbooleantrue, false (default)

Objectos suportados

Área 4D Write Pro


Show page frame

Displays/hides the page frame when Page view mode is set to "Page".

Gramática JSON

NomeTipo de dadosValores possíveis
showPageFramesbooleantrue, false

Objectos suportados

Área 4D Write Pro


Show references

Displays all 4D expressions inserted in the 4D Write Pro document as references. When this option is disabled, 4D expressions are displayed as values. By default when you insert a 4D field or expression, 4D Write Pro computes and displays its current value. Select this property if you wish to know which field or expression is displayed. The field or expression references then appear in your document, with a gray background.

For example, you have inserted the current date along with a format, the date is displayed:

With the Show references property on, the reference is displayed:

4D expressions can be inserted using the ST INSERT EXPRESSION command.

Gramática JSON

NomeTipo de dadosValores possíveis
showReferencesbooleantrue, false (default)

Objectos suportados

Área 4D Write Pro


Show vertical ruler

Displays/hides the vertical ruler when the document view is in Page mode.

Gramática JSON

NomeTipo de dadosValores possíveis
showVerticalRulerbooleantrue (default), false

Objectos suportados

Área 4D Write Pro


Tab Control Direction

You can set the direction of tab controls in your forms. This property is available on all the platforms but can only be displayed in macOS. You can choose to place the tab controls on top (standard) or on the bottom.

When tab controls with a custom direction are displayed under Windows, they automatically return to the standard direction (top).

Gramática JSON

NomeTipo de dadosValores possíveis
labelsPlacementboolean"top", "bottom"

Objectos suportados

Tab Control


User Interface

You can add an interface to 4D View Pro areas to allow end users to perform basic modifications and data manipulations. 4D View Pro offers two optional interfaces to choose from, Ribbon and Toolbar.

Gramática JSON

NomeTipo de dadosValores possíveis
userInterfacetext"none" (default), "ribbon", "toolbar"

Objectos suportados

Área 4D View Pro

Veja também

4D View Pro reference guide


Barra rolagem vertical

An interface tool allowing the user to move the viewing area up and down.

Valores disponíveis:

Lista de propriedadesValor JSONDescrição
Sim"visible"The scrollbar is always visible, even when it is not necessary (in other words, when the size of the object contents is smaller than that of the frame).
Não"hidden"The scrollbar is never visible
Automático"automatic"The scrollbar appears automatically whenever necessary (in other words, when the size of the object contents is greater than that of the frame)

Picture objects can have scrollbars when the display format of the picture is set to “Truncated (non-centered).”

If a text input object does not have a scroll bar, the user can scroll the information using the arrow keys.

Gramática JSON

NomeTipo de dadosValores possíveis
scrollbarVerticaltext"visible", "hidden", "automatic"

Objectos suportados

Hierarchical List - Subform - List Box - Input - 4D Write Pro area

Veja também

Horizontal scroll bar


Modo de visualização

Sets the mode for displaying the 4D Write Pro document in the form area. Three values are available:

  • Page: the most complete view mode, which includes page outlines, orientation, margins, page breaks, headers and footers, etc.
  • Draft: draft mode with basic document properties
  • Embedded: view mode suitable for embedded areas; it does not display margins, footers, headers, page frames, etc. This mode can also be used to produce a web-like view output (if you also select the 96 dpi resolution and the Show HTML WYSIWYG properties). This mode can also be used to produce a web-like view output (if you also select the 96 dpi resolution and the Show HTML WYSIWYG properties).

The View mode property is only used for onscreen rendering. Regarding printing settings, specific rendering rules are automatically used.

Gramática JSON

NomeTipo de dadosValores possíveis
layoutModetext"page", "draft", "embedded"

Objectos suportados

Área 4D Write Pro


Zoom

Sets the zoom percentage for displaying 4D Write Pro area contents.

Gramática JSON

NomeTipo de dadosValores possíveis
zoomnúmeromínimo = 0

Objectos suportados

Área 4D Write Pro