摘要: TControl.Hint Property Use the Hint property to provide a string of help text either as a Help Hint, or as help text on a particular location such as ... 阅读全文
posted @ 2008-07-10 09:34 云海空间软件 阅读(351) 评论(0) 推荐(0)
摘要: 1、在Coolbar上面放置两个Toolbar控件,控件默认是分成两行排列; 2、设置第二个Band的Break属性为True,这时两个Bands会排列成一行。 阅读全文
posted @ 2008-07-10 09:31 云海空间软件 阅读(249) 评论(0) 推荐(0)
摘要: procedure TMainFrm.ToolButton6Click(Sender:TObject); var MemuPos:TPoint; begin MemuPos: = TToolButton(Sender).ClientToScreen(Point( 0 , 0 )); Mem... 阅读全文
posted @ 2008-07-10 09:26 云海空间软件 阅读(586) 评论(0) 推荐(0)
摘要: 1、VC to Delphi Delphi源程序: libraryExportChartData; uses SysUtils, Classes; { $R*.res } const DLL_VER:Word = $ 0001 ; function GetVer:Word; b... 阅读全文
posted @ 2008-07-10 09:17 云海空间软件 阅读(1763) 评论(0) 推荐(0)