FireDAC.Comp.Script.TFDSQLScripts.FindScript
Delphi
function FindScript(const AName: String): TFDSQLScript;
C++
TFDSQLScript* __fastcall FindScript(const System::UnicodeString AName);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp | FireDAC.Comp.Script | TFDSQLScripts | 
Description
Returns an SQL script by its name.
Use the FindScript method to find an SQL script by its name.