Vcl.ComCtrls.TListGroup.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TListGroupStateSet read GetState write SetState;

C++

__property TListGroupStateSet State = {read=GetState, write=SetState, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListGroup

Description

State of group.

State is a set of TListGroupState flags describing the group's current state. Some of these flags apply to Windows Vista, Windows 7, or later Windows operating systems only.

See Also

Code Examples