Data.SqlExpr.TSQLConnection.ParamsLoaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParamsLoaded: Boolean read FParamsLoaded write FParamsLoaded;

C++

__property bool ParamsLoaded = {read=FParamsLoaded, write=FParamsLoaded, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

Description

Indicates when parameter values have been loaded from dbxconnections.ini.

Do not use the ParamsLoaded property. It is used internally by the Connections Editor to keep track of when parameter values have been loaded from the dbxconnections.ini file.

See Also