Data.SqlExpr.TConnectionData.UpdateProperties
| [–] 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.