== Using Delphi == === Documentation and Support === * [[http://delphi.wikia.com/wiki/Main_Page|Delphi Wiki]] * [[http://support.codegear.com/article/36201|Registering Borland Developer Studio 2006 / Delphi 7 on Windows Vista]] === Disable Warnings === **Deprecated function**: Put this around the affected function call: {$WARN SYMBOL_DEPRECATED OFF} //... some function call here... {$WARN SYMBOL_DEPRECATED ON}