FireDAC.Phys.TFDPhysDriverLink.Services

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

Delphi

property Services[AIndex: Integer]: TFDPhysDriverService read GetServices;

C++

__property TFDPhysDriverService* Services[int AIndex] = {read=GetServices};

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysDriverLink


説明

このドライバ リンクにアタッチされたサービス。

Services プロパティを使用すると、このドライバ リンクにアタッチされたサービス コンポーネントにアクセスすることができます。

関連項目