FireDAC.Comp.Script.FDScriptCommandRegistry

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: FireDAC.Comp.Script

Delphi

function FDScriptCommandRegistry(): TFDScriptCommandRegistry;

C++

extern DELPHI_PACKAGE TFDScriptCommandRegistry* __fastcall FDScriptCommandRegistry(void);

Description

Returns a reference to the TFDScriptCommandRegistry singleton.

FDScriptCommandRegistry returns a reference to a singleton of the TFDScriptCommandRegistry class. It can be used to register custom script commands.

See Also