FireDAC.Comp.Script.TFDSQLScripts.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TFDSQLScript;

C++

HIDESBASE TFDSQLScript* __fastcall Add();

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDSQLScripts

Description

Adds a new SQL script to a collection.

Call the Add method to add a new empty SQL script to this collection.

See Also