摘要:
function IsFileInUse(FileName: TFileName): Boolean;var HFileRes: HFILE;begin Result := False; if not FileExists(FileName) then Exit; HFileRes := Creat 阅读全文
posted @ 2019-05-24 08:45
inocalli
阅读(241)
评论(0)
推荐(0)
摘要:
uses DateUtils; function StartOfTheYear(const AValue: TDateTime): TDateTime;function EndOfTheYear(const AValue: TDateTime): TDateTime;function StartOf 阅读全文
posted @ 2019-05-24 08:44
inocalli
阅读(250)
评论(0)
推荐(0)

浙公网安备 33010602011771号