21
edits
Changes
→Methods
void set(const void* str);
</syntaxhighlight></big>
if _length width() is greater than zero, it will copy the string pointed by str into the string pointed by _data upto _length width characters.if _length width() is zero,<br /> It will delete the memory pointed by _data and reallocates enough memory for str and copies the string pointed by str into the newly allocated memory pointed by _data.
==CDialog==
Organizes CField objects on the screen, displays them and then lets the user edit them one by one.