FireDAC.Comp.Script.TFDSQLScripts.Create
Delphi
constructor Create(AScript: TFDScript);
C++
__fastcall TFDSQLScripts(TFDScript* AScript);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp |
FireDAC.Comp.Script | TFDSQLScripts |
Description
Creates and initializes a TOwnedCollection instance.
FireDAC.Comp.Script.TFDSQLScripts.Create inherits from System.Classes.TOwnedCollection.Create. All content below this line refers to System.Classes.TOwnedCollection.Create.
Creates and initializes a TOwnedCollection instance.
The Create method takes two parameters: the name of an instance object descended from TPersistent and the name of a TCollectionItem descendant class. The first parameter is the owner of the TOwnedCollection instance. The second parameter determines the class of the items created by the Add method.