FMX.Layouts.TGridPanelLayout.TRowCollection.Add

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Add: TRowItem;

C++

HIDESBASE TGridPanelLayout::TRowItem* __fastcall Add(void);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TRowCollection

説明

新しい行項目をグリッド パネル レイアウトに追加します。


Add は、作成された行項目 TRowItem を返します。

関連項目