FMX.CalendarEdit.Style.TStyledCalendarEdit.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; override;

C++

virtual void __fastcall Change(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.CalendarEdit.Style.pas
FMX.CalendarEdit.Style.hpp
FMX.CalendarEdit.Style TStyledCalendarEdit

Description

Converts the value of the Text property into a date format.

Change converts the value of the Text property into a date format, if possible. If the conversion cannot be done, the text is set to the Date property of the Calendar.

Change is automatically called when the Text property is modified.

See Also