FMX.MultiView.TMultiViewPresentation.DoClose

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

Delphi

procedure DoClose(const ASpeed: Single = DefaultSpeed); virtual;

C++

virtual void __fastcall DoClose(const float ASpeed = 0.000000E+00f);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TMultiViewPresentation


説明

マスタ ペインの閉じ方を示します。

任意で、このメソッドを実装することにより、閉じたときのマスタ ペインをカスタマイズすることができます。

関連項目