Admin Production ni-theme
Current Publication

NewCtrlArray

LabWindows/CVI

NewCtrlArray

int NewCtrlArray (int panelHandle);

Purpose

Creates a new control array and returns a control array handle that you can use to specify the array in subsequent function calls.

Parameters

Input
Name Type Description
panelHandle int Specifier for a particular panel that is currently in memory. You can obtain this handle from functions such as LoadPanel and NewPanel.

Return Value

Name Type Description
controlArrayHandle int Returns the handle you can use to specify the control array in subsequent function calls. Negative values indicate that an error occurred. Zero is not a valid handle.

Additional Information

Library: User Interface Library

Include file: userint.h

LabWindows/CVI compatibility: LabWindows/CVI 2010 and later