Home > Back-end >  Collection of Delphi function API, make your own API
Collection of Delphi function API, make your own API

Time:09-17

In baidu search less than Delphi API, originally didn't want to do, just write procedures, repeat baidu before writing the program used in the method, very troublesome
Was ready to write their own application method was collected, and then made into CHM documents, later told friends, suggested that I can through the BBS, everybody together to collect, I think is good also, this time is shorter, more rich content, comprehensive,
CHM production, only is a process of constantly improve, I will add a link, in need can go to download, free, middle I will continuously improve the content of
CHM production I'm going to made of easy CHM, possible interface is not very good, my friends think I can do the jquery API documentation, can only say that I look for, if any of you have made the jquery documentation software, also can give a link,
Delphi is really good, also hope to have more open source free Delphi study materials, more hope more and more people study Delphi,

CodePudding user response:

CodePudding user response:

I share a few:
The timer. SetWaitableTimer (UpdateHandle iDueTime, FrmMain. TimeInterval @ TimerAPCCall, nil, False)
SleepEx (INFINITE, True);
Read INI WritePrivateProfileString

CodePudding user response:

Good idea, support!!!!!!

CodePudding user response:

API how to collect, API, do you have a Help (Windows SDK) can check or MSDN,
Personal think, if you need, can look at the Windows programming or Windows core programming related topics section, to know about what API to use, and then check it,
  • Related