|
|
|
|
AnimationEnabled (Function) In french: AnimationActive Enables or disables the animations in the controls. Remark: Only the animations of controls are affected: automatic animations (configured in the project or in the window) or programed animations (with AnimationPrepare, AnimationPlay, ...). The animations of the Image controls and Static controls as well as the animations of windows are not affected.
// The animations will never be enabled AnimationEnabled(False)
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|