프로그래밍 언어/Delphi
[Reference] System.SysUtils.RPR
얗마
2017. 4. 20. 21:21
Delphi
procedure RPR;
C++
extern PACKAGE void __fastcall RPR(void);
Properties
Type |
Visibility |
Source |
Unit |
Parent |
procedure function |
public |
System.SysUtils.pas System.SysUtils.hpp |
Description
Check for Delphi Professional Licence.
RPR is used by VCL components to check whether a professional licence is raising an exception.
Delphi Professional 라이센스를 확인합니다.
RPR은 VCL 구성 요소에서 전문 라이센스가 예외를 발생하는지 여부를 확인하는데 사용됩니다.
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.RPR