Data.DBXPlatform.TDBXStringList.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear; override;

Properties

Type Visibility Source Unit Parent
procedure public System.Classes.pas Data.DBXPlatform TDBXStringList

Description

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

Data.DBXPlatform.TDBXStringList.Clear inherits from System.Classes.TStrings.Clear. All content below this line refers to System.Classes.TStrings.Clear.

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

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

See Also

Code Examples