FMX.Layouts.TGridPanelLayout.TCellCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCellCollection = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION TCellCollection : public System::Classes::TOwnedCollection

Properties

Type Visibility Source Unit Parent
class public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TGridPanelLayout

Description

A collection of TCellItem objects.

Use TCellCollection to represent all the cell items in a TGridPanelLayout grid panel layout.

See Also