Convert a variant to datetime value.
Source position: variants.pp line 101
function VarToDateTime( |
const V: Variant |
):TDateTime; |
V |
|
Variant to convert. |
Variants as date/time value.
VarToDateTime attempts to convert the variant V to a TDateTime value.
If the value is Null, an exception is raised.
|
Convert a variant to string value. |
|
|
Convert a variant to string value, specifying a default. |
|
|
Check if the variant is a string. |
|
|
Convert a variant to string value. |
|
|
Convert a variant to string value, specifying a default. |
|
|
Create variant from TDateTime value. |