|
|
|
|
|
AnimationEnabled (Function) In french: AnimationActive Enables or disables the animations in the controls. Remark: Only field animations are concerned: automatic animations (configured in the project or in the window) or programmed animations (with functions AnimationPrepare, AnimationPlay, ...).. The animations of the Image controls and Static Text controls as well as the window animations are not affected. Syntax
<Result> = AnimationEnabled([<Activation mode>])
<Result>: Boolean Corresponds to the old control animation management mode (before using AnimationEnabled): - True if the management of animations was enabled,
- False otherwise.
<Activation mode>: Optional boolean Activation mode of the animations:
| | False | The animations are never displayed. | True | The animations are in automatic mode. The animation is performed according to the power of the computer used. The animations will not be displayed if the APIs required by the animations are not found on the computer. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|