
代码灵感
文章平均质量分 82
xray2fly
这个作者很懒,什么都没留下…
展开
-
两阶段检查的代码片断
//移动图形对象procedure TMoveableShape.MoveShapes(DeltaX, DeltaY: Integer);var I, Pass: Integer; TempControl: TControl;begin if not Assigned(Parent) then Exit; // Do 2 passes through controls. The f原创 2004-07-07 21:14:00 · 1043 阅读 · 0 评论 -
Variant Records: The equivalent to the C-union structure
Variant Records: The equivalent to the C-union structure Is there a way to create a C union-like structure in Delphi? That is, a structure that uses the same memory area? The Delphi (Pascal原创 2004-07-21 22:07:00 · 1536 阅读 · 0 评论 -
来自SVG的灵感
SVG - Scalabel Vector Graphics可伸缩向量图形(SVG)使得用文本指定出现在页面上的图像成为可能。它的好处有很多,包括轻松地从数据库信息生成图形,以及向图形添加动画和交互性的能力。今天用Borland Together看project的class diagram。导出时是用SVG格式。突然来了灵感! 想当初做Workflow的Designer时,流程图的绘制、显示和保存原创 2004-10-06 16:43:00 · 2103 阅读 · 4 评论