ECT_GetEditString
- Updated2023-02-21
- 5 minute(s) read
int ECT_GetEditString (int panel, int editableCellTree, char editString[]);
Purpose
Returns the value of the cell being edited.
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. |
| Output | ||
| Name | Type | Description |
| editString | char [] | Buffer in which the edit string is returned. editString must be large enough to hold the edit string, including the terminating NUL byte. |
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