nca_edit_set
Example: nca_edit_set | Edit and Edit Box Object Functions |
Sets the contents of an edit object.
int nca_edit_set( LPCSTR edit, LPCSTR text );
edit | The logical name of the edit object. |
text | The new contents of the edit object. |
The nca_edit_set function sets the contents of an edit object with the specified string. It replaces any existing string.
Return Values
Parameterization
All arguments of this function may be parameterized using standard parameterization.