Vcl.ComCtrls.TIconOptions

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTIconOptions

Delphi

TIconOptions = class(TPersistent)

C++

class PASCALIMPLEMENTATION TIconOptions : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

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

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.

See Also