FMX.MultiView.Types.TCustomPopover.TArrowInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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();
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
protected
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TCustomPopover

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.