API:Bde.DBTables.TIndexFiles.Clear

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TIndexFiles

Delphi

procedure Clear; override;

C++

virtual void __fastcall Clear();

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