FMX.MultiView.Types.TCustomPopover.TArrowInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

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(void);
    static TCustomPopover::TArrowInfo __fastcall Empty();
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
protected
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TCustomPopover

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !