FireDAC.Stan.Util.FDExpandStrs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FDExpandStrs(const AStrs: TStrings; AVars: TStrings = nil);

C++

extern DELPHI_PACKAGE void __fastcall FDExpandStrs(System::Classes::TStrings* const AStrs, System::Classes::TStrings* AVars = (System::Classes::TStrings*)(0x0));

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Expands a list of strings by replacing the path variables with their actual values.

FDExpandStrs replaces the path variables for each string from AStrs with the variables values from the AVars parameter.

See Also