FMX.ListBox.TListBoxGroupHeader.DoTextChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoTextChanged; override;

C++

virtual void __fastcall DoTextChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxGroupHeader

Description

Occurs when the text of the TListBoxGroupHeader changes.

The TTextControl.SetText method calls DoTextChanged.

DoTextChanged also updates the text of CloneRef, if CloneRef is not nil.

See Also