FireDAC.Comp.Script.FDScriptCommandRegistry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDScriptCommandRegistry(): TFDScriptCommandRegistry;

C++

extern DELPHI_PACKAGE TFDScriptCommandRegistry* __fastcall FDScriptCommandRegistry(void);

Properties

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

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