Insert Control Structure

The template structure may consist of static (unchangeable) and dynamic parts. The content of the latter is context-dependent and cannot be specified in advance.

To control the dynamic part of the template, control directives are placed in the template text. These are character sequences that evoke certain actions when the template replacement text is inserted.

The Tooltip property specifies a text string for display as an explanation for an action being performed when a context-dependent part of the template is requested for entry.

Custom query. It is used to enter free-form text. The template text will show a control directive of type <?"Tooltip text">.

Special query. Is used to select configuration objects. To place a configuration object into the type selection control directive template using the Insert Control Directive box, enter the query name in the Name field and select the configuration object type (e.g., Catalog).

Cursor positioning. Used to place the cursor in a specified position after the template text is inserted. A directive of type <?> will be inserted into the template replacement text.

When writing template texts, multiple occurrences of control directives as well as use of existing templates is allowed.

1C:Enterprise Developer's Community