FMX.StdCtrls.TPresentedTextControl.DoTextChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoTextChanged; virtual;

C++

virtual void __fastcall DoTextChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPresentedTextControl

Description

Executed when text is changed.

SetText calls DoTextChanged.

See Also