FMX.ActnList.TCustomAction.CustomTextChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CustomTextChanged; virtual;

C++

virtual void __fastcall CustomTextChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

Description

Introduces an interface for a function that is called when the CustomText property for the action changes.

As implemented in TCustomAction, CustomTextChanged does nothing. Descendant classes can override CustomTextChanged to provide business functionality.

The announced purpose of this method is to update the Text property when the CustomText property is changed.

See Also