PeriodSettings.Edit

Syntax:

Edit()

Returned value:

Type: Boolean.
True indicates that the OK button has been pressed (selection has been made); otherwise it is False.

Description:

You can Opens the period input dialog in modal mode. Depending on the values of the EditAsInterval and EditAsPeriod properties the visual settings dialog can have one or both tabs. If both tabs are used, one or the other of them is made active using the SettingsMode property.

Availability:

Thick client.

Example:

PeriodSettings = Controls.List.StandardPeriod;
PeriodSettings.Edit();


    

1C:Enterprise Developer's Community