API:FMX.Grid.TCustomGrid

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
class public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

Description

Component that allows to view large content in a smaller visible area.

FMX.Grid.TCustomGrid inherits from FMX.ScrollBox.TCustomPresentedScrollBox. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.

Component that allows to view large content in a smaller visible area.

See Also