RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IMouse.TPanOption Enumeration
Pascal
TPanOption = (
  poVertical,
  poHorizontal
);
C++
enum TPanOption {
  poVertical,
  poHorizontal
};

imouse

This is record IMouse.TPanOption.

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