API:FMX.Grid.TCustomGrid

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

FMX.ScrollBox.TCustomPresentedScrollBoxFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTCustomGrid

Delphi

TCustomGrid = class(TCustomPresentedScrollBox, IItemsContainer, ITextSettings, IReadOnly, IGlyph)

C++

class PASCALIMPLEMENTATION TCustomGrid : public Fmx::Scrollbox::TCustomPresentedScrollBox

プロパティ

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

説明

データおよびプレゼンテーション間の分離を提供する、スクロール ボックス コントロールの基底クラス。

FMX.Grid.TCustomGrid は FMX.ScrollBox.TCustomPresentedScrollBox を継承しています。以下の内容はすべて FMX.ScrollBox.TCustomPresentedScrollBox を参照しています。

データおよびプレゼンテーション間の分離を提供する、スクロール ボックス コントロールの基底クラス。

TCustomPresentedScrollBox は、TPresentedControl から派生しており、データとプレゼンテーション間の分離を行います。

関連項目