Data.SqlExpr.TConnectionData.ReloadProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReloadProperties;

C++

void __fastcall ReloadProperties();

Properties

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

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