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

Tabs

This is record Tabs.TScrollOrientation.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!