摘要:
function format(const format: string; const args: array of const): string; $[sysutils.pas功能 返回按指定方式格式化一个数组常量的字符形式说明 这个函数是我在delphi中用得最多的函数,现在就列举几个例子给你个直观的理解"%" [索引 ":"] ["-"] [宽度] ["." 摘要] 类型format(x=......
摘要:
in this short article, first published in uk-bug news, ill show a few tricks that will help us debug activeforms from within the delphi (or c++builder) ide itself.
we start with a simple activeform......
Create a simple Delphi Expert(创建一个简单的Delphi专家)
{ diese unit kann in ein package compiliert werden und erscheint danach im 【程序编程相关:
一个读取速度超快的FileStream!】 【推荐阅读:
Delphi INPUT Helper 】delphi menu unter hilfe. 【扩展信息:
delphi7找不到TBDEClient】 } { this unit can be compiled into a package and will then appear in the delphi help menu. } unit sdcsimpleexpert; interface uses toolsapi; type tsdcsimpleexpert = class(tnotifierobject, iotamenuwizard, iotawizard) public function getidstring: string; function getname: string; ...
下一页 摘要:
heres how to save a web page as a single file (mht format) using delphi code:
uses cdo_tlb, adodb_tlb;
...
procedure wb_saveas_mht(wb: twebbrowser; filename: tfilename);
var
msg: imess......