FMX.Grid.TStringColumn

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

FMX.Grid.TColumnFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTStringColumn

Delphi

TStringColumn = class(TColumn)

C++

class PASCALIMPLEMENTATION TStringColumn : public TColumn

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

Beschreibung

TStringColumn repräsentiert eine Spalte in einer Tabelle, die Strings enthält.

Ein TStringColumn-Objekt ist eine Spalte in einer Tabelle, deren Zeilen Strings enthalten.

Siehe auch