Data.SqlExpr.TConnectionData.RefreshProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RefreshProperties;

C++

void __fastcall RefreshProperties();

Properties

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

Description

Refreshes the connection data properties.

RefreshProperties is used to refresh the TConnectionData properties. After calling RefreshProperties, checking the IsModified property will return False.

See Also