SECEdit::DeleteItemDataPtr
voidSECEdit::DeleteItemDataPtr(intnLine)
Deletes the item data object associated with a given line. Each line has pointer which can either be NULL or reference an SECEditItemData object. This object maintains a set of flags about the state of the line (breakpoints, bookmarks, etc.)
Defined in: SECEdit.cpp
Return Value
void
Parameters
nLine
The line index.
Comments
This method does nothing if the line number is invalid.See Also