[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TStringGridStrings - the strings that populate the cells of a TStringGrid
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; |
|
TStringGridStrings - the strings that populate the cells of a TStringGrid |
|
| | ||
| | ||
| | ||
All of the properties are defined in the ancestor classes (TStrings etc)
lazarus-ccr.sourceforge.net |