Data.SqlExpr.TConnectionData.UpdateProperties

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 UpdateProperties(NewProperties: TStrings);

C++

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

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