TStatic has two member functions for altering the text of a static control: TStatic::SetText sets the text to the passed string, and TStatic::Clear erases the text.
You cannot change the text of static controls created with the SS_SIMPLE style.
See Also