FMX.Forms.TCustomPopupForm.AniDuration

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AniDuration: Single read FAniDuration write FAniDuration;

C++

__property float AniDuration = {read=FAniDuration, write=FAniDuration};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCustomPopupForm

Description

Sets the animation duration for the pop-up form to close or to show.

AniDuration is measured in seconds.

AniDuration defines a duration time for execution of the custom event handler assigned to the OnAniTimer event of the current TCustomPopupForm pop-up form.

Note: AniDuration does not influence onto an animation duration of an external animation (for example TFloatAnimation animation) if such is assigned to the TCustomPopupForm pop-up form. AniDuration is used for the custom event handler assigned to the OnAniTimer event.

See Also