InputBox

 
 
  String InputString = InputBox(L"Input Box", L"Prompt", L"Default  string");
  Edit1->Text = InputString;




原文地址:https://www.cnblogs.com/xe2011/p/2b8e97b9f0890c75116cb966ab880dd5.html