FMX.Layouts.TGridPanelLayout.TColumnCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TColumnCollection = class(TCellCollection)

C++

class PASCALIMPLEMENTATION TColumnCollection : public TGridPanelLayout::TCellCollection

Properties

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

Description

Used by the Collection Editor for rows within a grid panel layout.

In the Object Inspector, select the ColumnCollection property and click the ellipsis button. The Collection Editor opens with the selected TColumnCollection collection.

See Also