ECT_GetStringID
- Updated2023-02-21
- 5 minute(s) read
int ECT_GetStringID (int panel, int editableCellTree);
Purpose
Returns the string control ID used by the editable cell tree when it is in edit mode.
Parameters
| Input | ||
| Name | Type | Description |
| panel | int | The specifier for a particular panel that is currently in memory. This handle will have been returned by the LoadPanel, NewPanel, or DuplicatePanel function. |
| editableCellTree | int | Specifies the editable cell tree control on the panel. Pass the ID returned by the ECT_Convert function. |
Return Value
| Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| status | int | Return value indicating whether the function was successful. A negative number indicates that an error occurred.Error Codes
|
Additional Information
Library: Editable Cell Tree
Include file: custctrl\editableCellTree.h
LabWindows/CVI compatibility: LabWindows/CVI 7.1 and later