Vcl.ComCtrls.TDTParseInputEvent

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also