API:Data.DBXPlatform.TDBXStringList.Put

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: procedure
Visibility: protected
Source: System.Classes.pas
Unit: Data.DBXPlatform
Parent: TDBXStringList

Delphi

procedure Put(Index: Integer; const S: string); override;

Description

Changes the value of the string with a specified index.

Data.DBXPlatform.TDBXStringList.Put inherits from System.Classes.TStrings.Put. All content below this line refers to System.Classes.TStrings.Put.

Changes the value of the string with a specified index.

Put is the protected write implementation of the Strings property.

Put changes the value of the string with the index specified by Index to S. Put does not change the object at the specified position. That is, any object associated with the previous string becomes associated with the new string.

See Also