Previous Up Next

_DELcompTextLine
Removes a given line for object

CompText _DELcompTextLine (
CompText _text_
I _line_
I _update_
)
Parameters

_text_
any CompText
_line_
line number
_update_
indicates what part of the text to show after update, can be any of following value :
Value Meaning
CT_NOCHANGE text position remains unchanged
CT_BEGIN text position is moved to top
CT_END text position is moved to bottom
Return value

same CompText