RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnMan.TBarEdge Enumeration
Pascal
TBarEdge = (
  beLeft,
  beRight,
  beEither
);
C++
enum TBarEdge {
  beLeft,
  beRight,
  beEither
};

This is record ActnMan.TBarEdge.

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