Data.DBXCommon.TEventsCollection.SetValues

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

Delphi

procedure SetValues(Collection: TDictionary<string, TEventPointer>);

C++

void __fastcall SetValues(System::Generics::Collections::TDictionary__2<System::UnicodeString,TEventPointer>* Collection);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TEventsCollection

説明

現在のインスタンスに保持されているイベントを、指定されたイベントで置き換えます

SetValues メソッドは、現在のインスタンスに保持されているイベントを、指定されたイベントで置き換えます

関連項目