RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MXGRID.TButtonPlace Enumeration
Pascal
TButtonPlace = (
  bpLeft,
  bpMiddle,
  bpRight
);
C++
enum TButtonPlace {
  bpLeft,
  bpMiddle,
  bpRight
};

MXGRID

This is record MXGRID.TButtonPlace.

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