RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebComp.TLabelPosition Enumeration
Pascal
TLabelPosition = (
  lposLeft,
  lposRight,
  lposAbove,
  lposBelow
);
C++
enum TLabelPosition {
  lposLeft,
  lposRight,
  lposAbove,
  lposBelow
};

This is record WebComp.TLabelPosition.

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