FireDAC.Stan.Intf.TFDStringList.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; overload;

C++

__fastcall TFDStringList(void)/* overload */;
/* TStringList.Create */ inline __fastcall TFDStringList(bool OwnsObjects)/* overload */ : System::Classes::TStringList(OwnsObjects) { }

Properties

Type Visibility Source Unit Parent
constructor public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf TFDStringList

Description

Creates an instance of a TStringList object.

FireDAC.Stan.Intf.TFDStringList.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 two overloaded methods. One takes no parameters and the other one accepts the OwnsObjects Boolean parameter, which specifies whether the string list owns the objects or not.

See Also