Using Delphi

Documentation and Support

Disable Warnings

Deprecated function: Put this around the affected function call:

{$WARN SYMBOL_DEPRECATED OFF}
  //... some function call here...
{$WARN SYMBOL_DEPRECATED ON}