FireDAC.Stan.Util.FDExpandStr
Delphi
function FDExpandStr(const AStr: String; AVars: TStrings = nil): String;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall FDExpandStr(const System::UnicodeString AStr, System::Classes::TStrings* AVars = (System::Classes::TStrings*)(0x0));
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Stan.Util.pas FireDAC.Stan.Util.hpp |
FireDAC.Stan.Util | FireDAC.Stan.Util |
Description
Expands a string by replacing the path variables with their actual values.
FDExpandStr replaces the path variables from AStr
with the variables values from the AVars
parameter.