RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TDisplayCode Enumeration
Pascal
TDisplayCode = (
  drBounds,
  drIcon,
  drLabel,
  drSelectBounds
);
C++
enum TDisplayCode {
  drBounds,
  drIcon,
  drLabel,
  drSelectBounds
};

This is record ComCtrls.TDisplayCode.

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