FMX.Grid.TStringGrid

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Grid.TCustomGridFMX.ScrollBox.TCustomPresentedScrollBoxFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectTStringGrid

Delphi

TStringGrid = class(TCustomGrid)

C++

class PASCALIMPLEMENTATION TStringGrid : public TCustomGrid

Properties

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

Description

TStringGrid represents a grid control designed to simplify the handling of strings.

Add a TStringGrid object to a form to present textual data in a tabular format. TStringGrid provides many properties to control the appearance of the grid, as well as events and methods that take advantage of the tabular organization of the grid in responding to user actions.

TStringGrid introduces the ability to associate an object with each string in the grid. These objects can encapsulate any information or behavior represented by the strings that are presented to the user.

See Also

Code Examples