CodeSnip News
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
Two new TWebBrowser related routines have been added to the Code Snippets database. They are WBGetOpticalZoomRange and WBSetOpticalZoom. Also the CheckInternetConnection snippet has had a long standing bug fixed: while the snippet was named "CheckInternetConnection" it's source code used IsInternetConnected for the function name. This could clash with the existing IsInternetConnected snippet, causing units containing both snippets to fail to compile. After the fix name of CheckInternetConnection is now as expected. NOTE: it's just possible that this name change could break existing code if a unit containing CheckInternetConnection is re-generated.
link