「false」のみを読み取るように設定されている場合、テキストボックスのテキストの長さを設定する方法がわかりません
the result i get is 98.888888 and i want to set to have only 4 digit to 98.88
i tried to set maxlength in textbox properties but is not working
and Button1.click
if Length(textbox1.text) > 6 then
enter only six chars
else if Length(textbox1.text) < 6 then
enter up to six chars
also not working
誰かがそれを行う方法を教えてもらえますか??