Links
EControl Syntax Editor SDK
ecSyntMemo.TScrollAlignment Enumeration
TScrollAlignment = (
  saNone,
  saNearestEdge,
  saMinEdge,
  saCenter,
  saMaxEdge
);

ecSyntMemo

Members 
Description 
saNone 
No alignment. 
saNearestEdge 
Aligns to nearest edge. 
saMinEdge 
Aligns to edge with minimal index (i.e. left or top) 
saCenter 
Aligns to center of text area. 
saMaxEdge 
Aligns to edge with maximal index (i.e. right or bottom) 

Specifies caret alignment type in TCustomSyntaxMemo.ScrollCaret method.

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