FMX.Controls.TControl.VisibleChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure VisibleChanged; virtual;

C++

virtual void __fastcall VisibleChanged(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Executed right after the value of the Visible property changes.

The control does not execute VisibleChanged if you assign Visible the same value that it already has.

See Also