Show: Delphi C++
Display Preferences

System.Classes.TStringList.Clear

From XE2 API Documentation
Jump to: navigation, search

Delphi

procedure Clear; override;

C++

virtual void __fastcall Clear(void);

Properties

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

Description

Deletes all the strings from the list.

Call clear to empty the list of strings. All references to associated objects are also removed. However, the objects themselves are not freed.

See Also

Personal tools
Previous Versions
Translations