RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIconOptions Class

TIconOptions describes how the icons in a list view should be arranged.

Pascal
TIconOptions = class(TPersistent);
C++
class TIconOptions : public TPersistent;

Use TIconOptions with a list view object that has a ViewStyle property set to vsIcon or vsSmallIcon. The IconOptions property of the view contains a TIconOptions object that determines the arrangement of the icons. 

 

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