Add Frame
- Updated2025-07-30
- 2 minute(s) read
Adds a new frame before or after the frame whose index you specify and returns a reference to the new frame.
Parameters
| Name | Data type | Required | Description |
|---|---|---|---|
| Reference Frame Index | ![]() |
No | Specifies the index of the frame beside which you want to add the new frame. |
| After? (T) | ![]() |
No | If TRUE (default), LabVIEW adds the frame after Reference Frame Index. If FALSE, LabVIEW adds the frame before Reference Frame Index. |
Remarks
The following table lists the characteristics of this method.
| Short Name | Add Frame |
| Data type | ![]() |
| Available in Run-Time Engine | No |
| Available in Real-Time Operating System | No |
| Settable when the VI is running | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Loads the block diagram into memory | No |
| Remote access allowed | Yes |


