Links
EControl Syntax Editor SDK
ecSyntMemo.TSyntShowHint Enumeration
TSyntShowHint = (
  shScroll,
  shCollapsed,
  shGutter,
  shTokens
);

ecSyntMemo

Members 
Description 
shScroll 
Hint for vertical scroll bar to show top line while scrolling. 
shCollapsed 
Hint for collapsed icon on the gutter to show folded text. 
shGutter 
Hint for gutter object to show hint from TCustomGutterObject.Hint when mouse is over it's icon. 
shTokens 
Hint for tokens to show hint for any token in text (using OnGetTokenHint event). 

Specifies which built-in syntax memo hints are enabled.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!