Giới Thiệu · TAdvStringGrid(Delphi 5)
The TMS TAdvStringGrid component is designed to be used in the broadest types of applications needing to display or handle data in rows and columns. TAdvStringGrid is designed as drop-in replacement for the Borland TStringGrid component. As such, it is fully compatible with TStringGrid and inherits all functionality of the base class TStringGrid. For documentation on this base functionality, we refer to the Borland documentation. This manual therefore assumes the developer is familiar with the functionality of TStringGrid. For example, a grid cell value can be set with grid.Cells[col,row]: string just like in TStringGrid. The focused cell can be set with grid.Row: integer and grid.Col: integer properties, also just like TStringGrid.