![]() |
![]() ![]() ![]() |
acAnimationEffect component.
|
property OnShowEffect: TNotifyEvent;
|
The OnShowEffect event occurs when the form is about to appear on screen and the component preparing to produce the Open animation effect.
|
// Following example demonstrates how to prevent
|
// displaying of the effect after first show:
|
procedure TRegistrationForm.acAnimationEffect1ShowEffect(Sender: TObject);
|
begin
|
acAnimationEffect1.AnimateOnShow := False;
|
end;
|
OnHideEffect event;
|
Open, Close methods.
|