Links
EControl Syntax Editor SDK
ecMemoStrings.TLineState Enumeration

TLineState defines type of the line state.

TLineState = (
  lsNormal,
  lsModified,
  lsNew,
  lsSaved
);

ecMemoStrings

Members 
Description 
lsNormal 
The line is created after saving. 
lsModified 
The line is not modified. 
lsNew 
The line is modified. 
lsSaved 
The line is modified, but all changes had been saved. 

Possible values are as follows:

Value 
Meaning 
lsNormal 
The line is not modified. 
lsModified 
The line is modified. 
lsNew 
The line is created after saving. 
lsSaved 
The line is modified, but all changes had been saved. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!