DesignIntf.IDesigner60.GetBaseRegKey

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IDesigner60

Delphi

function GetBaseRegKey: string;

C++

virtual System::UnicodeString __fastcall GetBaseRegKey() = 0 ;

Description

Returns the name of the registry key or file where the form designer saves option values.

Note: On Windows, GetBaseRegKey returns the root key in the system registry where the form designer saves the information it uses. This information includes

Information about known packages and libraries.

Options set in the IDE.

Tool bar settings.

Information used to implement Code Insight.

Items stored in the Object Repository.

The history list used by the code editor.

Note: On Linux, GetBaseRegKey returns the name of the file where this information is saved.

See Also