SECEdit::Init

Initializes the SECEdit model by clearing the text and resetting the state information for the model.

Defined in: SECEdit.cpp

Syntax

BOOL SECEdit::Init()

BOOL SECEdit::Init(LPCTSTR lpszLanguage)

Return Value

Returns TRUE for success and FALSE for failure to initialize

Parameters

lpszLanguage

The name of the registered language to use for this text.

Developer Notes

Calling the version of Init with no parameters initializes the object to the default language if there is no language. If there is already a language associated with this SECEdit it will remain associated.

See Also

SECEdit