FireDAC.Comp.Script.FDScriptCommandRegistry

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function FDScriptCommandRegistry(): TFDScriptCommandRegistry;

C++

extern DELPHI_PACKAGE TFDScriptCommandRegistry* __fastcall FDScriptCommandRegistry(void);

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script FireDAC.Comp.Script

説明

TFDScriptCommandRegistry シングルトンの参照を返します。


FDScriptCommandRegistry は、TFDScriptCommandRegistry クラスのシングルトンの参照を返します。これは、カスタム スクリプト コマンドの登録に使用することができます。

関連項目