SECEditCtrl::GetEdit

SECEdit*SECEditCtrl::GetEdit(void)

Returns a pointer to the  SECEdit data model associated with this window. If no data model has been associated, one is created.

Defined in: SECEditCtrl.cpp

Return Value

A pointer to a  SECEdit object.

Comments

Unlike  SECEditView, SECEditCtrl maintains a pointer to the data model internally (see m_pSECEdit). You do not need to override this method, but you may if you wish to use a  SECEdit derived class for the data model.

See Also

SECEditCtrl ROBO changed to