FireDAC.Comp.Script.TFDSQLScripts

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTFDSQLScripts

Delphi

TFDSQLScripts = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION TFDSQLScripts : public System::Classes::TOwnedCollection

Properties

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

Description

TFDSQLScripts is a collection of TFDSQLScript objects.

The TFDSQLScripts class is a collection of TFDSQLScript objects. All scripts in a collection must have unique names. Use the following:

  • The Add method to add new script object.
  • The FindScript method to find a script by its name.

See Also