RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IMouse.TPanDirection Enumeration

The type describes the panning direction.

Pascal
TPanDirection = (
  pdUp,
  pdDown,
  pdLeft,
  pdRight
);
C++
enum TPanDirection {
  pdUp,
  pdDown,
  pdLeft,
  pdRight
};

The possible panning values are: pdUp, pdDown, pdLeft, pdRight. 

 

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