Data.DBXCommon.TDBXProperties.Events

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

Delphi

property Events: TEventsCollection read FEvents write FEvents;

C++

__property TEventsCollection* Events = {read=FEvents, write=FEvents};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXProperties

説明

イベント プロシージャのコレクション(名前で保持されている)を表します。

Events プロパティは、イベント プロシージャのコレクション(名前で保持されている)を表します。

関連項目