DesignIntf.IDesigner60.GetPrivateDirectory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPrivateDirectory: string;

C++

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

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner60

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