FMX.Filter.Effects.TFilterWave.Time
Delphi
property Time: Single read GetTime write SetTime;
C++
__property float Time = {read=GetTime, write=SetTime};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Filter.Effects.pas FMX.Filter.Effects.hpp |
FMX.Filter.Effects | TFilterWave |
Description
FMX.Filter.Effects.TFilterWave.Time inherits from FMX.Filter.Effects.TWaveEffect.Time. All content below this line refers to FMX.Filter.Effects.TWaveEffect.Time.
Specifies the time when waves are applied.
Time is a System.Single value that takes values in the range from 0.00
through 2048.00
.
Changing Time modifies the aspect of the waves. Animating Time simulates the changes waves go through in time.
If Time is not explicitly set, it is considered equal to 0.00
.