TextWidget::GetText
Defined in:
Returns the text stored in a text widget.
C4Widgets.h
Prototype
const char *GetText(void) const;
Description
The GetText
function returns a pointer to the text stored in a text widget. The return value is never nullptr
—if no text has been assigned to the widget yet, then the return value points to an empty string.
See Also