FMX.SearchBox.TSearchBox.ParentChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ParentChanged; override;

C++

virtual void __fastcall ParentChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.SearchBox.pas
FMX.SearchBox.hpp
FMX.SearchBox TSearchBox

Description

Sends a PM_REFRESH_PARENT message to the presentation layer through its presentation proxy when the parent of this control changes.

FMX.SearchBox.TSearchBox.ParentChanged inherits from FMX.Controls.Presentation.TPresentedControl.ParentChanged. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.ParentChanged.

Sends a PM_REFRESH_PARENT message to the presentation layer through its presentation proxy when the parent of this control changes.

See Also