FMX.MultiView.Types.TCustomPopover.TArrowInfo
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();
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
protected | FMX.MultiView.Types.pas FMX.MultiView.Types.hpp |
FMX.MultiView.Types | TCustomPopover |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!