RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.GetBaseRegKey Method

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

Pascal
function GetBaseRegKey: string;
C++
__fastcall AnsiString GetBaseRegKey();

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.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!