Data.SqlExpr.TConnectionData.ReloadProperties

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 ReloadProperties;

C++

void __fastcall ReloadProperties();

Description

Reloads the connection data properties to the original properties.

RefreshProperties is used to set the TConnectionData properties to the properties set when the connection was created (if these properties where changed meanwhile).

See Also