RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.GetPrivateDirectory Method

Returns the private directory for the form designer.

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

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. 

 

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