Vcl.ValEdit.TValueListStrings.Put

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual void __fastcall Put(int Index, const System::UnicodeString S);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListStrings

Description

Changes the value of the string with a specified index.

Use Put to change the value of a string that has a valid key 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