CODTextComponent::SaveEdit

void CODTextComponent::SaveEdit(void)

Transfers the text from the edit control to the text component.

Defined in: OdTextComp.cpp

Return Value

void

Comments

This function uses CWnd::GetWindowText() to retrieve the current text from the text edit control. It then calls SetText to update the text buffer.