RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Tabs.TScrollOrientation Enumeration
Pascal
TScrollOrientation = (
  soLeftRight,
  soUpDown
);
C++
enum TScrollOrientation {
  soLeftRight,
  soUpDown
};

This is record Tabs.TScrollOrientation.

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