FMX.DateTimeCtrls.TCustomDateTimeEdit.DoTextObjectSizeChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoTextObjectSizeChanged(Sender: TObject); virtual;

C++

virtual void __fastcall DoTextObjectSizeChanged(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.DateTimeCtrls.pas
FMX.DateTimeCtrls.hpp
FMX.DateTimeCtrls TCustomDateTimeEdit

Description

Handles the change in size of the TextObject.

ApplyStyle assigns this method as the event handler for the OnResize event of the control.

See Also