System.SysUtils.RCS

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RCS;

C++

extern DELPHI_PACKAGE void __fastcall RCS(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Check for Delphi Client/Server Licence.

RCS is used by VCL components to check whether a Client/Server licence raises an exception.

See Also