System.WideStrings.TWideStrings.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear; virtual; abstract;

C++

virtual void __fastcall Clear() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.WideStrings.pas
System.WideStrings.hpp
System.WideStrings TWideStrings

Description

Introduces an abstract (Delphi) or pure virtual (C++) method to empty the list and any associated objects.

Descendants of TWideStrings implement a Clear method to delete all the strings in the list, and to remove any references to associated objects.

See Also