Vcl.Grids.TStringGridStrings

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TStringsSystem.Classes.TPersistentSystem.TObjectTStringGridStrings

Delphi

TStringGridStrings = class(TStrings)

C++

class PASCALIMPLEMENTATION TStringGridStrings : public System::Classes::TStrings

Properties

Type Visibility Source Unit Parent
class public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids Vcl.Grids

Description

TStringGridStrings maintains a list of the strings that appear in the cells of a string grid.

Do not use TStringGridStrings directly in an application. It is tailored to work with a TStringGrid object, and is created by the string grid to represent the strings (and associated objects) in a row or column of the grid.

See Also