FMX.Filter.Effects.TWaveEffect.Time
Delphi
property Time: Single read GetTime write SetTime nodefault;
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 | TWaveEffect |
Description
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.