SECEdit::SetItemDataFlag
voidSECEdit::SetItemDataFlag(intnLine, unsigned intnFlag, BOOLbAdd)
Sets or clears the data flag on the 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.
nFlag
The index of the flag to set or clear.
bAdd
Indicates whether to set or clear the flag. Sets the flag if non-zero; clears the flag is zero.
Comments
This method does nothing if the line number is invalid.Developer Notes
Flags 0 through 15 are available for use. Flags 16 through 31 are reserved for the Objective Edit framework.See Also