Автор: Kostia89 (05.12.2007 в 12:22)
extern PACKAGE double __fastcall InputBox(const WideString ACaption, const WideString APrompt, int ADefault, int Min = std::numeric_limits<int>::min(), int Max = std::numeric_limits<int>::min(), int Increment = 1);
AMax is the maximum value the user can enter into the edit box.
Вот что написано в хелпе... я пытался поменять но не получилось, пишет что Max - уже определена (что типа этого)...