Data.SqlExpr.TConnectionData.AddProperties

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure AddProperties(NewProperties: TStrings);

C++

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

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