FMX.Header.THeaderItem.SetVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetVisible(const Value: Boolean); override;

C++

virtual void __fastcall SetVisible(const bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Header.pas
FMX.Header.hpp
FMX.Header THeaderItem

Description

Sends a PM_SET_VISIBLE message to the presentation layer through its presentation proxy with Value as the new visibility value.

FMX.Header.THeaderItem.SetVisible inherits from FMX.Controls.Presentation.TPresentedControl.SetVisible. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.SetVisible.

Sends a PM_SET_VISIBLE message to the presentation layer through its presentation proxy with Value as the new visibility value.

See Also