Vcl.ComCtrls.TWorkAreas

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTWorkAreas

Delphi

TWorkAreas = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION TWorkAreas : public System::Classes::TOwnedCollection

Properties

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

Description

TWorkAreas is a collection of TWorkArea objects.

Use TWorkAreas to represent the work areas of a list view control. Each work area is represented by a single TWorkArea object. Most importantly, these work areas define rectangles that cover portions of the list view's client area. List items are associated with a work area when they are placed in the portion of the client area covered by a work area's rectangle. These associations are used to add an extra level of organization to the list view, with list items arranged within each work area.

See Also