| View previous topic :: View next topic |
| Author |
Message |
Wei Wang Guest
|
Posted: Mon Aug 23, 2004 5:45 pm Post subject: Is there a complete Delphi API reference documentation? |
|
|
Where can I find a complete Delphi API documentation? Just like
the one SUN provides for Java:
http://java.sun.com/j2se/1.4.2/docs/api/
I can't believe I couldn't find one on Borland website.
I found these 2 but there is no API reference of ADO in the first one and very few, almost nothing, in the second one.
http://delphi.about.com/library/rtl/blrtlmain.htm
http://homepages.borland.com/efg2lab/Library/Delphi/
Why on earth is it so difficult to find API documentation for
Delphi? It's so frustrating. I can't rely learning everything
on reading sample codes? The only way I could find out about
API is to look through the autocomplete list of each object in
coding. ;-)
|
|
| Back to top |
|
 |
Eric Hill Guest
|
Posted: Mon Aug 23, 2004 8:46 pm Post subject: Re: Is there a complete Delphi API reference documentation? |
|
|
A) Why is this posted in sqlservers?
B) The Delphi Help menu has a complete index of all VCL objects that are linked and searchable!?
Eric
|
|
| Back to top |
|
 |
Bill Todd (TeamB) Guest
|
Posted: Mon Aug 23, 2004 9:10 pm Post subject: Re: Is there a complete Delphi API reference documentation? |
|
|
The on-line help has every VCL object with all of their properties,
methods and events. If that is not what you are looking for please
explain what you are looking for.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
Dennis Passmore Guest
|
Posted: Tue Aug 24, 2004 3:49 pm Post subject: Re: Is there a complete Delphi API reference documentation? |
|
|
ADO is a Microsoft product not a Borland product. Why would you except Borland to document
Microsoft's products. Microsoft documents the ADO API in it own helps files under:
C:Program FilesMicrosoft SQL Server80ToolsBooksadosql.chm
and also in MSDN online under the topic:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/dasdkadooverview.asp
Dennis Passmore
Ultimate Software, Inc.
|
|
| Back to top |
|
 |
Viatcheslav V. Vassiliev Guest
|
Posted: Tue Aug 24, 2004 5:28 pm Post subject: Re: Is there a complete Delphi API reference documentation? |
|
|
| Quote: | C:Program FilesMicrosoft SQL Server80ToolsBooksadosql.chm
This one is specific to MS SQL Server. General MS ADO documentation is in |
ado2XX.chm (XX depends on version) and is available with MDAC SDK from
http://www.microsoft.com/data. It is also included into MSDN.
//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)
<Dennis Passmore> ???????/???????? ? ???????? ?????????:
news:0iomi052ecna3a6jalmsqp6ghhcp0amrmp (AT) 4ax (DOT) com...
|
|
| Back to top |
|
 |
|