Vcl.ComCtrls.TDTParseInputEvent
C++
typedef void __fastcall (__closure *TDTParseInputEvent)(System::TObject* Sender, const System::UnicodeString UserString, System::TDateTime &DateAndTime, bool &AllowChange);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | Vcl.ComCtrls.hpp | Vcl.ComCtrls | Vcl.ComCtrls |
Description
TDTParseInputEvent is a procedure called by the OnUserInput event.
UserString is the string that the user types.
DateAndTime represents the value of the Date or Time property.