Admin Production ni-theme
Current Publication

ClearCtrlArray

LabWindows/CVI

ClearCtrlArray

int ClearCtrlArray (int controlArrayHandle);

Purpose

Clears all controls from the specified control array.

This function does not discard the controls from the panel.

Parameters

Input
Name Type Description
controlArrayHandle int Specifier for a particular control array that is currently in memory. You obtain this handle from GetCtrlArrayFromResourceID or NewCtrlArray.

Return Value

Name Type Description
status int Return value indicating whether the function was successful. A negative number indicates that an error occurred.

Additional Information

Library: User Interface Library

Include file: userint.h

LabWindows/CVI compatibility: LabWindows/CVI 2010 and later