FMX.TabControl.TTabItem.DoChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChanged; override;

C++

virtual void __fastcall DoChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabItem

Description

Updates the representation of the text on the control.

FMX.TabControl.TTabItem.DoChanged inherits from FMX.Controls.TTextControl.DoChanged. All content below this line refers to FMX.Controls.TTextControl.DoChanged.

Updates the representation of the text on the control.

DoChanged is called internally from the Change methods.

Do not call DoChanged explicitly; call the Change method.

See Also