[Overview][Types][Classes][Index] Reference for unit 'TextStrings' (#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.0 Generated 2025-05-03 Home