RPR - C++ Builder

C++ Builder 参考手册 ➙ System::Sysutils ➙ RPR


检查 Delphi 专业版授权,用于编写组件

头文件:#include
命名空间:System::Sysutils
函数原型:

void __fastcall RPR(void);

参数:

  • 无;

返回值:

  • 检查 Delphi 专业版授权 (Check for Delphi Professional Licence),如果没有授权,这个函数会抛出信息为 "Application is not licensed to use this feature." 的 Exception 异常;
  • 这个函数在源码里面没有实现,内容空白,而且整个源码里面也没看到这个函数的使用。

相关:

  • System::Sysutils::GDAL
  • System::Sysutils::RCS
  • System::Sysutils::RPR
  • System::Sysutils::EAbort
  • System::Sysutils::OutOfMemoryError
  • System::Sysutils::RaiseLastOSError
  • System::Sysutils::CheckOSError
  • System::Sysutils::Win32Check
  • System::Sysutils::ShowException
  • Vcl::Forms::TApplication::ShowException
  • System::Sysutils::ExceptionErrorMessage
  • System::Sysutils
  • std::abort
  • std::exit

C++ Builder 参考手册 ➙ System::Sysutils ➙ RPR

你可能感兴趣的:(RPR - C++ Builder)