求助 textEdit1-> text 如果显示的值为0 不是0的话 则提示修改 该如何做?[解决办法] if(Edit1-> Text== "0 ") { ...;// } else { ShowMessage( "不是0,请修改! "); Edit1-> SetFocus(); }