FMX.MultiView.Types.TCustomPopover.UpdateArrowPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateArrowPosition; virtual;

C++

virtual void __fastcall UpdateArrowPosition();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TCustomPopover

Description

Updates the position of the current popover arrow.

UpdateArrowPosition uses TPopup.PlacementTarget to calculate the correct arrow position.

See Also