Unit 'TextStrings' Package
[Overview][Types][Classes][Index] [#lazutils]

TTextStrings.Put

Sets the value for the indexed Strings property.

Declaration

Source position: textstrings.pas line 73

protected procedure TTextStrings.Put(

  Index: Integer;

  const S: string

); override;

Arguments

Index

  

Ordinal position for the new property value.

S

  

New value in the indexed property.

See also

TStrings.Strings


Version 4.4 Generated 2025-11-08 Home