[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Grids' (#lcl)

TStringGridStrings

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TStringGridStrings - the strings that populate the cells of a TStringGrid

Declaration

Source position: grids.pas line 1406

type TStringGridStrings = class(TStrings)

protected

  function Get(); override;

  

  function GetCount; override;

  

  function GetObject(); override;

  

  procedure Put(); override;

  

  procedure PutObject(); override;

  

public

  constructor Create();

  

Create - constructor for TStringGridStrings: calls inherited Create and initialises some local variables

  destructor Destroy; override;

  

  function Add(); override;

  

  procedure Assign(); override;

  

  procedure Clear; override;

  

  procedure Delete(); override;

  

  procedure Insert(); override;

  

end;

Inheritance

TStringGridStrings

  

TStringGridStrings - the strings that populate the cells of a TStringGrid

|

TStrings

|

TPersistent

|

TObject

Description

All of the properties are defined in the ancestor classes (TStrings etc)

The latest version of this document can be found at lazarus-ccr.sourceforge.net.