摘要:
在APP程序中,我们格式式日期一般用的是yyyy-mm-dd,如果系统默认的日期格式是2020/05/11 ,此是格式化日期格式就会报异常 解决方法如下: D7中没有 FormatSettings类,可以直接使用下面的变量 with FormatSettings do begin CurrencyS 阅读全文
摘要:
源码: 1、实现 抽象类 DataTableSource 的几个方法 DataRow getRow //获取行数据 int get rowCount //获取总行数 bool get isRowCountApproximate //数据源行数是否确定 int get selectedRowCount 阅读全文