Back to Devexpress

SmartTextToDateFunc Constant

vcl-cxdateutils-3b085747.md

latest534 B
Original Source

SmartTextToDateFunc Constant

Specifies the function handle for the SmartTextToDate function.

Declaration

delphi
const SmartTextToDateFunc: function(const AText: string; var ADate: TDateTime): Boolean; = nil;

Returns

Type
cxDateUtils.TMethod(System.String,System.TDateTime)~System.Boolean

See Also

Using the SmartTextToDate Function

cxDateUtils Unit