Description
Google PageRank for Delphi
Hey there! If you're a Delphi developer, you're in for a treat. Google PageRank for Delphi lets you easily add Google's PageRank functionality right into your own applications. Now, you can grab Google's PageRank value and display it just like the Google Toolbar does!
How It Works
This awesome module is called PageRank (pagerank.pas). Inside, you'll find two classes and two handy functions. The non-visual component TPageRank helps you get the PR value, while TPageRankControl is what you'll use to show that value on your app. Plus, there's a cool function called GetURLQuery, which helps create the query to fetch the PageRank value. And if you need to convert a document into a PR value, just use StrToPageRank.
Installation Steps
If you're ready to get started, first unzip the PRFREE.ZIP file without messing up the folder structure. Then, fire up your Delphi IDE and open the package file named "Delphi ?pagerank_d?.dpk" (just replace "?" with your version of Delphi). Click on Compile, then hit Install. You should see a message saying that two new components have been installed: TPageRank and TPageRankControl.
Your New Components
You can find these components chilling out on the "Internet" page of your components palette!
Requirements:
- Delphi 5, 6, 7, 2005
If you want to download it now and start using it right away, just check out this link: Download Google PageRank for Delphi!
User Reviews for Google PageRank for Delphi 1
-
Google PageRank for Delphi is a fantastic tool for Delphi developers to easily retrieve and display Google PageRank values in their applications.