RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GraphUtil.TScrollDirection Enumeration

Specifies the scroll direction.

Pascal
TScrollDirection = (
  sdLeft,
  sdRight,
  sdUp,
  sdDown
);
C++
enum TScrollDirection {
  sdLeft,
  sdRight,
  sdUp,
  sdDown
};

TScrollDirection is used to specify the scroll direction. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!