RAD Studio VCL Reference
|
TStringGridStrings maintains a list of the strings that appear in the cells of a string grid.
TStringGridStrings = class(TStrings);
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!
|