Data.SqlExpr.TConnectionData.UpdateProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateProperties(NewProperties: TStrings);

C++

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

Properties

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

Description

Updates the connection data properties with new properties.

UpdateProperties updates the connection data properties with the properties given by the NewProperties parameter.

See Also