Vcl.ComCtrls.TDTParseInputEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDTParseInputEvent = procedure(Sender: TObject; const UserString: string;
var DateAndTime: TDateTime; var AllowChange: Boolean) of object;

C++

typedef void __fastcall (__closure *TDTParseInputEvent)(System::TObject* Sender, const System::UnicodeString UserString, System::TDateTime &DateAndTime, bool &AllowChange);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ComCtrls.pas
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