Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TStringGridStrings.Put

Sets the value for the indexed Strings property.

Declaration

Source position: grids.pas line 1706

protected procedure TStringGridStrings.Put(

  Index: Integer;

  const S: string

); override;

Arguments

Index

  

Ordinal position for the property value.

S

  

New value for the indexed property.

See also

TStringGridStrings.Get

  

Gets the string at the specified index position.

TStrings.Strings