API:FireDAC.Comp.Script.TFDSQLScripts.Add

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDSQLScripts

Delphi

function Add: TFDSQLScript;

C++

HIDESBASE TFDSQLScript* __fastcall Add();

Description

Creates a new TCollectionItem instance and adds it to the Items array.

FireDAC.Comp.Script.TFDSQLScripts.Add inherits from System.Classes.TCollection.Add. All content below this line refers to System.Classes.TCollection.Add.

Creates a new TCollectionItem instance and adds it to the Items array.

Call Add to create an item in the collection. The new item is placed at the end of the Items array.

Add returns the new collection item.

See Also