SECEditCtrl::SetEdit

void SECEditCtrl::SetEdit(SECEdit* pEdit, BOOL bAutoDelete = FALSE)

Specifies a new default model.

Defined in: SECEditCtrl.cpp

Return Value

void

Parameters

pEdit

Points to the new model object.

Comments

If this method is called before calling Initialize, then the default model is never created because the model specified with this method is used instead.

bAutoDelete

Indicates whether to delete the model passed in as a parameter when this object is destroyed, or if a new model is set.

See Also

SECEditCtrl Initialize