FormatStringWizard

Properties:

AvailableTypes
Text

Methods:

DoModal
Show

Constructors:

Based on format string

Description:

This object may be used to manage the format string wizard.

Availability:

Thin client, web-client, thick client.
Serializable.

Example:

Wizard = New FormatStringWizard;
// format string is for Nummber and Date types only
Wizard.AvailableTypes = New TypeDescription("Number, Date");
If 
Wizard.DoModal() Then
    // processing the format string
    FormatString = Wizard.Text;
    // ...
EndIf;


    

1C:Enterprise Developer's Community