【发布时间】:2016-01-03 17:24:59
【问题描述】:
我要指定
LinkControlToDate.CustomFormat := 'IfThen(%s=0, '''', FormatDateTime(''ddddd'', %s))'
为TLinkControlToField 的属性CustomFormat 处理0 个日期值。
但这会产生EConvertError
''IfThen(%s=0, '', FormatDateTime''格式没有参数
CustomFormat不能在函数内部使用函数吗?
【问题讨论】:
标签: delphi delphi-xe4 livebindings