SECEdit::SECEdit

const int nOE_MaxLineWidth = 2048; SECEdit::SECEdit(void)

Constructs an SECEdit object. Initializes all state information for the data model, including the maximum line width, which is set by default to 2048 characters (to match Developer Studio\'a9 ).

Defined in: SECEdit.cpp

Developer Notes

Before using any SECEdit object, Init must be called. Init initializes the text buffer and gets the SECEdit ready for use. The only initialization required in your derived SECEdit constructor is setting the m_nMaxWidth if desired.

See Also

SECEdit