FMX.MultiView.Types.TCustomPopover.TArrowInfo

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

Delphi

    TArrowInfo = record
      Direction: TArrowDirection;
      Container: TControl;
      Arrow: TControl;
      Tint: ITintedObject;
    public
      function IsEmpty: Boolean;
      class function Empty: TArrowInfo; static;
    end;

C++

struct DECLSPEC_DRECORD TArrowInfo
{
public:
    TArrowDirection Direction;
    Fmx::Controls::TControl* Container;
    Fmx::Controls::TControl* Arrow;
    Fmx::Controls::_di_ITintedObject Tint;
    bool __fastcall IsEmpty();
    static TCustomPopover::TArrowInfo __fastcall Empty();
};

プロパティ

種類 可視性 ソース ユニット
record
struct
protected
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TCustomPopover

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。