Data.SqlExpr.TConnectionData.GetFullParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetFullParams(Params: TStrings);

C++

void __fastcall GetFullParams(System::Classes::TStrings* Params);

Properties

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

Description

Gets the connection data properties.

GetFullParams gets all the properties of a TConnectionData and also the properties of its DelegateConnection into the Params TStrings parameter.

See Also