RAD Studio VCL Reference
|
TDateTimeField represents a date-time field in a dataset.
TDateTimeField = class(TField);
class TDateTimeField : public TField;
DB
TDateTimeField encapsulates the fundamental behavior common to Date-time fields. Date-time fields contain combined date and time information, sometimes called timestamps. TDateTimeField introduces new properties to convert between date-time values and other data types, and to format the value of a date-time field for display.
Using Default Formatting for Numeric
Converting Field Values
Controlling and Masking User Input
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|