RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnMan.TBarOrientation Enumeration
Pascal
TBarOrientation = (
  boLeftToRight,
  boRightToLeft,
  boTopToBottom,
  boBottomToTop
);
C++
enum TBarOrientation {
  boLeftToRight,
  boRightToLeft,
  boTopToBottom,
  boBottomToTop
};

ActnMan

This is record ActnMan.TBarOrientation.

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