RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Tabs.TScrollBtn Enumeration
Pascal
TScrollBtn = (
  sbLeft,
  sbRight
);
C++
enum TScrollBtn {
  sbLeft,
  sbRight
};

This is record Tabs.TScrollBtn.

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