论坛


2011年4月3日 星期日

Habari HornetQ Client 1.2 - message broker client library

Embarcadero| CodeCentral Delphi Submissions |23:24:48

Habari HornetQ Client is a library for Delphi(r) and Free Pascal which provides easy access to the JBoss HornetQ open source Message Broker. With this library, Delphi developers can build integrated solutions, using the peer-to-peer or the publish...

Direct2D (15) : 剪辑

万一| 万一的 Delphi 博客 |10:19:00

绘制在 RenderTarget.PushAxisAlignedClip() 与 RenderTarget.PopAxisAlignedClip() 之间的内容将被指定的矩形剪辑。uses Direct2D, D2D1; procedure TForm1.FormPaint(Sender: TObject); var cvs: TDirect2DCanvas; R,RClip: TRect; begin cvs := TDirect2DC...