Vcl.ExtCtrls.TCellCollection.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TCellItem read GetItem write SetItem; default;

C++

__property TCellItem* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCellCollection

Description

Lists the items of the cell collection.

Use the Items property to list the items of TCellCollection.