C++ Builder 參考手冊(cè) ? System::Sysutils ? RPR
檢查 Delphi 專(zhuān)業(yè)版授權(quán),用于編寫(xiě)組件
頭文件:#include <System.SysUtils.hpp>
命名空間:System::Sysutils
函數(shù)原型:
void __fastcall RPR(void);
參數(shù):
- 無(wú);
返回值:
- 檢查 Delphi 專(zhuān)業(yè)版授權(quán) (Check for Delphi Professional Licence),如果沒(méi)有授權(quán),這個(gè)函數(shù)會(huì)拋出信息為 "Application is not licensed to use this feature." 的 Exception 異常;
- 這個(gè)函數(shù)在源碼里面沒(méi)有實(shí)現(xiàn),內(nèi)容空白,而且整個(gè)源碼里面也沒(méi)看到這個(gè)函數(shù)的使用。
相關(guān):
- 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
- <cstdlib>
C++ Builder 參考手冊(cè) ? System::Sysutils ? RPR