Reputation: 9096
My TDateTime
field (retrieved with TClientDataSet.FieldByName().AsDateTime
) shows as a float value in the Evaluate/Modify window, but not in the Watch window, of if I click Inspect:
A simple local TDateTime
variable does show as a date.
Is this a bug?
Can I force it to show as a date?
This is Delphi 12, 64-bit.
Upvotes: 0
Views: 124