Fixed missing result
This commit is contained in:
parent
5ae488c008
commit
46a87b3e0c
|
@ -17,7 +17,7 @@ implementation
|
||||||
|
|
||||||
function Prompt(ACaption: String; AMode: TPromptMode): String;
|
function Prompt(ACaption: String; AMode: TPromptMode): String;
|
||||||
begin
|
begin
|
||||||
Prompt(ACaption, '', AMode);
|
Result := Prompt(ACaption, '', AMode);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function Prompt(ACaption, ADefault: String; AMode: TPromptMode): String;
|
function Prompt(ACaption, ADefault: String; AMode: TPromptMode): String;
|
||||||
|
|
Loading…
Reference in New Issue