FireDAC.Comp.Script.TFDSQLScripts

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTFDSQLScripts
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: FireDAC.Comp.Script

Delphi

TFDSQLScripts = class(TOwnedCollection)

C++

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

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