DesignIntf.IDesigner60.GetPrivateDirectory

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 GetPrivateDirectory: string;

C++

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

Description

Returns the private directory for the form designer.

Call GetPrivateDirectory to obtain the location that can be used for housing executables or auxiliary files that store state information, examples, templates, and so on.

This location is stored in the file or registry key specified by GetBaseRegKey under the heading or subkey PrivateDir.

See Also