Data.DBXCommon.TEventsCollection.SetValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TEventsCollection

Description

Replaces the events stored in this instance with the events of the given instance.

The SetValues method replaces the events stored in this instance with the events of the given instance.

See Also