Vcl.ComCtrls.TListItem.GroupID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupID: Integer read FGroupID write SetGroupID default -1;

C++

__property int GroupID = {read=FGroupID, write=SetGroupID, default=-1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItem

Description

Represents the group ID of an item in a list view.

Use GroupID to read or change the group ID of an item in a list view.

See Also