SECEdit::GetNewEditBuffer

ISECEditBuffer* SECEdit::GetNewEditBuffer(void)

Creates the edit buffer containing the text for the model. This object must implement the ISECEditBuffer interface. Override this method if you wish to create a custom object that implements this interface. This method is called from within SECEdit::Init.

Defined in: SECEdit.cpp

Return Value

Returns a pointer to a newly allocated object implementing the ISECEditBuffer interface.

See Also

SECEdit Init