AnyiQuack
1.0.0
การประมวลผลแบทช์ (ตามเวลา-) ด้วยการปิดโดยใช้รูปแบบการออกแบบ OOP ที่ทันสมัยที่สุดสำหรับ Delphi> = 2010 Anyiquack เหมาะสำหรับแอนิเมชั่นพารามิเตอร์อิสระและแบบกระจาย แต่ไม่ได้ระบุวัตถุประสงค์ที่แน่นอน
uses
..., AnyiQuack, AQPControlAnimations;
// Place some buttons and other controls on the form
procedure TForm1.Button1Click (Sender: TObject);
begin
// Take the form
Take(Form1)
// Takes all children of Form1 recursive (=True)
.ChildrenChain(True)
// Create a chain with only containing TButton descendants
.FilterChain(TButton)
// If there are already running animations (on the contained buttons)
// in the chain, finish them
.FinishAnimations
// Create a plugin chain
.Plugin<TAQPControlAnimations>
// Play a shake animation on all contained buttons
.ShakeAnimation( 1 , 10 , 2 , 5 , 300 );
end ;วิกิเริ่มต้นขึ้นและอาจเป็นประโยชน์ในบางครั้ง: wiki สำหรับ anyiquack