API:Bde.DBTables.TIndexFiles.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear; override;

C++

virtual void __fastcall Clear();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TIndexFiles

Description

Deletes all the strings from the list.

Bde.DBTables.TIndexFiles.Clear inherits from System.Classes.TStringList.Clear. All content below this line refers to System.Classes.TStringList.Clear.

Deletes all the strings from the list.

Call clear to empty the list of strings. All references to associated objects are also removed. If the list owns the objects, they are freed, otherwise not.

See Also