OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Modifying Static Controls

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