FMX.Controls.TTextControl.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change;

C++

void __fastcall Change();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TTextControl

Description

Calls DoChanged when any of the styled text representation properties of the current TTextControl control is changed.

Change is called when any of the Font, FontColor, VertTextAlign, Trimming or WordWrap properties is changed.

If the control is not in a loading or destroying state (csLoading or csDestroying), Change calls DoChanged to update the representation of the text on the control.

See Also