FMX.Layouts.TGridPanelLayout.TControlItem.Row

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Row: Integer read FRow write SetRow;

C++

__property int Row = {read=FRow, write=SetRow, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TControlItem

Description

Row represents a row associated with the control item.

See Also