Bde.DBTables.TIndexFiles.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: TIndexFiles |
Delphi
constructor Create(AOwner: TTable);
C++
__fastcall TIndexFiles(TTable* AOwner);
Description
Creates an instance of a TStringList object.
Bde.DBTables.TIndexFiles.Create inherits from System.Classes.TStringList.Create. All content below this line refers to System.Classes.TStringList.Create.
Creates an instance of a TStringList object.
The Create constructor creates a new instance of the TStringList object.
Create has five overloaded methods:
- Takes no parameters.
- Accepts the
OwnsObjects
boolean parameter to specify whether the string list owns the objects or not. - Accepts the
QuoteChar
andDelimiter
parameters to create a new string list with the specified QuoteChar and Delimiter properties. - Accepts the
QuoteChar
,Delimiter
andOptions
parameters to create a new string list with the specified QuoteChar, Delimiter and Options properties. - Accepts the
Duplicates
,Sorted
andCaseSensitive
to create a new string list with the specified Duplicates, Sorted, CaseSensitive properties.