System.Classes.TStrings.SetStrings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStrings(Source: TStrings);

C++

void __fastcall SetStrings(TStrings* Source);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes TStrings

Description

Sets the strings from another TStrings object to the list of strings.

Use SetStrings to assign the value of the TStrings object from another TStrings object (Source).

Note: SetStrings is similar to Assign, but Assign also copies multiple additional properties.

See Also