FMX.Grid.TColumn.VisibleChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure VisibleChanged; override;

C++

virtual void __fastcall VisibleChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn

Description

Executed right after the value of the Visible property changes.

FMX.Grid.TColumn.VisibleChanged inherits from FMX.Controls.TControl.VisibleChanged. All content below this line refers to FMX.Controls.TControl.VisibleChanged.

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