RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EDateTimeError Class

EDateTimeError is the exception class for invalid date and time entries.

Pascal
EDateTimeError = class(ECommonCalendarError);
C++
class EDateTimeError : public ECommonCalendarError;

ComCtrls

EDateTimeError is raised by TDateTimePicker when an invalid date or time is entered. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!