FMX.Grid.TColumn

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

FMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTColumn

Delphi

TColumn = class(TStyledControl)

C++

class PASCALIMPLEMENTATION TColumn : public Fmx::Controls::TStyledControl

プロパティ

種類 可視性 ソース ユニット
class public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

説明

グリッド内の列を表します。


TColumn オブジェクトは TGrid の列を表します。TColumn はまた、オブジェクトを値とする以下の列の基底クラスでもあります。

新しい型の列を作成する必要がある場合は、TColumn からサブクラスを派生させます。

関連項目