CODTextComponent::SetEditText

void CODTextComponent::SetEditText(const LPCTSTR lpszText)

Sets the text in the edit control.

Defined in: OdTextComp.cpp

Return Value

void

Parameters

lpszText

String value of the text in the edit control.

Comments

This function sets the text in the edit control using the CWnd::SetWindowText() function. If not in edit mode then this function does nothing.