4D_Info_Report

The 4D_Info_Report component (formerly called Info Report) is a powerful tool for analyzing and monitoring a running 4D database and its environment, which can help to size the cache, check activated logs or diagnose technical problems such as memory leaks, server misconfigurations, etc.

View on GitHub

aa4D_M_Dialogs_Margins_Get

Overview

This page documents aa4D_M_Dialogs_Margins_Get in the 4D_Info_Report reference.

Syntax

aa4D_M_Dialogs_Margins_Get -> Object
Parameter Var type Description
Result Object Object containing the current dialog margin settings

Description

The aa4D_M_Dialogs_Margins_Get function (invisible) returns an object with the current dialog margin settings stored in 4DIR_Preferences.json:

{"Dialogs_Top_Margin": 56, "Dialogs_Left_Margin": 8}

These margins apply to all component dialogs (Report, Compare, Graph, Export) displayed in the MDI or current screen.

To set the margin values, use aa4D_M_Dialogs_Margins_Set.

To access the preferences file, execute the shared method aa4D_M_Show_Preferences.


Note for the shared methods description

«(invisible)» next to the name of the shared method: This method is not visible in “Execute method…”

Previous | Summary | Next