FMX.MultiView.Types.TCustomPopover

提供:RAD Studio API Documentation

TCustomPopoverFMX.Controls.TPopupFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TCustomPopover = class(TPopup)

C++

class PASCALIMPLEMENTATION TCustomPopover : public Fmx::Controls::TPopup

プロパティ

種類 可視性 ソース ユニット
class public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types FMX.MultiView.Types


説明

TMultiView コンポーネントのポップオーバー モードを実装するクラスです。

このクラスは、次のことが可能なメソッドを提供します:

  • Open - ポップオーバーを開く。
  • Close - ポップオーバーを閉じる。
  • ApplyStyle - ポップオーバーにスタイルを適用。

関連項目