RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringGridStrings Class

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

Pascal
TStringGridStrings = class(TStrings);
C++
class TStringGridStrings : public TStrings;

Grids

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!