Data.SqlExpr.TConnectionData.AddProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddProperties(NewProperties: TStrings);

C++

void __fastcall AddProperties(System::Classes::TStrings* NewProperties);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TConnectionData

Description

Adds new properties to the connection data properties.

AddProperties is used to add new properties given by the NewProperties parameter to those that already exist in the TConnectionData. NewProperties may contain information about the DelegateConnection property. AddProperties will add a DelegateConnection connection data instance if the NewProperties parameter gives information about it.

See Also