Read form design
xlide_read_formReads a form's design to show each control's name, type, container, and set properties, revealing layout and identifying which control an event procedure belongs to.
Instructions
Reads one form's design: every control with its name, type, the container it sits in, and the properties the developer set. Properties left at their default are not stored and so are not listed. Use it to understand a form's layout, or to see which control an event procedure belongs to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the Office file. | |
| form_name | Yes | Form name, matched without case. | |
| include_properties | No | Include each control's set properties. Off gives just the tree. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||