CODTextComponent::GetEditText

CString CODTextComponent::GetEditText(void)

Returns the text in the edit control.

Defined in: OdTextComp.cpp

Return Value

String value of the text in the edit control.

Comments

This function retrieves the text from the edit control using the CWnd::GetWindowText() function. If the component is not in edit mode (i.e. m_pEdit is NULL), then the string returned is empty.