0 Members and 1 Guest are viewing this topic.
I need to obtain 'State' from pause button
Sender.Get('State');
Can you share a small example that illustrates the issue?
... When is paused an animation hide and when is playing the animation must be shown.
procedure Execute(Sender, Arguments: TComponent);var Bindings: TASEBindings;begin Bindings := Sender.Get('Bindings'); OutputDebugString(Bindings.GetDataAsInteger('State'))end;