Data.SqlExpr.TSQLConnection.ParamsLoaded

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLConnection

Delphi

property ParamsLoaded: Boolean read FParamsLoaded write FParamsLoaded;

C++

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

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