1
edit
Changes
→Methods
</syntaxhighlight></big>
Always returns true
<big><syntaxhighlight lang="cpp">
void CButton::set(const void* str);
</syntaxhighlight></big>
First deallocated what is pointed by Field's _data.
Then allocate new memory to the size of content of str and copy the content into it and make
Field's _data point to it.
==CValEdit==