# FocusSetCommand

## Шаблон FocusSetCommand <a href="#template_focus_set_command" id="template_focus_set_command"></a>

```xml
<Command Name="" Type="FocusSetCommand" Assembly="Commands">
  <!--Тэги, общие для всех команд-->
  <Condition Name="" />
  <Lock Value="" />
  <!--Тэги, специфичные для FocusSetCommand-->
  <Object Name="" />
</Command>
```

## Описание FocusSetCommand <a href="#description_focus_set_command" id="description_focus_set_command"></a>

```xml
<Command Name="FocusSetCommandName" Type="FocusSetCommand" Assembly="Commands">
  <!--Тэги, общие для всех команд-->
  <!--Тэги, специфичные для FocusSetCommand-->
</Command>
```

### Результат выполнения FocusSetCommand <a href="#result_focus_set_command" id="result_focus_set_command"></a>

Команда не имеет результата.

## Тэги, специфичные для FocusSetCommand <a href="#tags_focus_set_command" id="tags_focus_set_command"></a>

### Object <a href="#object" id="object"></a>

Объект, которому будет присвоен фокус.

Обязательный тэг. Значение тэга не ожидается.\
Обязательный атрибут Name ожидает название одного из объектов на форме.

```xml
<Object Name="ObjectName" />
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wfsys.gitbook.io/workflow-forms-syntax/workflow_forms/commands/focus_set_command.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
