FireDAC.Stan.Util.FDGetCmdParam

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDGetCmdParam(const AParName: String; const ADefValue: String): String;
function FDGetCmdParam(const AParName: String; ATrigger: Boolean; var AValue: String): Boolean;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDGetCmdParam(const System::UnicodeString AParName, const System::UnicodeString ADefValue)/* overload */;

Properties

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

Description

Returns the command-line parameters.

FDGetCmdParam returns the value for the AParName command-line parameter. If it is not specified, ADefValue is returned.

See Also