如何使tedit仅接受数字,并拒绝除数字之外的所有按钮。我可以在Windows上执行此操作,但是在Android上我仍然感到困惑。谢谢
答案 0 :(得分:3)
使用def index
if params[:query].present?
@reports = Report.where(created_at: params[:query])
else
@reports = Report.all
end
end
单元中的TNumberBox
。
不过请注意FMX.NumberBox
和Min
属性。还有Max
属性,默认为ValueType
。设置为Integer
,并将Float
属性用于十进制数字