DesignIntf.IDesigner60.GetPathAndBaseExeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPathAndBaseExeName: string;

C++

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

Properties

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

Description

Returns the fully-qualified path name for the IDE's executable.

Call GetPathAndBaseExeName to obtain the fully qualified path name for the executable that implements the IDE.

See Also