Data.DBXCommon.TEventsCollection.SetValues

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TEventsCollection

Delphi

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

C++

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

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