FMX.Layouts.TFlowLayoutBreak.VisibleStored

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function VisibleStored: Boolean; override;

C++

virtual bool __fastcall VisibleStored();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFlowLayoutBreak

説明

Visible プロパティが fmx ファイルに保存される必要がある場合、True を返します。

FMX.Layouts.TFlowLayoutBreak.VisibleStored は FMX.Controls.TControl.VisibleStored を継承しています。以下の内容はすべて FMX.Controls.TControl.VisibleStored を参照しています。

Visible プロパティが fmx ファイルに保存される必要がある場合、True を返します。

関連項目