Data.DBXCommon.TDBXProperties.MergeProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MergeProperties(List: TStrings);

C++

void __fastcall MergeProperties(System::Classes::TStrings* List);

Properties

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

Description

Adds to or updates the property list.

MergeProperties takes a parameter called List that contains a list of name/value pairs. The method iterates through the names in the List and checks whether the name exists in the property list. If so, its value will be updated. If the name does not exist, then the name/value pair will be added.


See Also