Vcl.ExtActns.TFileRun.Directory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Directory: TFileName read GetDirectory write SetDirectory default 0;

C++

__property Directory = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TFileRun

Description

Specifies the default directory for the externally-launched application.

Vcl.ExtActns.TFileRun.Directory inherits from Vcl.ExtActns.TCustomFileRun.Directory. All content below this line refers to Vcl.ExtActns.TCustomFileRun.Directory.

Specifies the default directory for the externally-launched application.

Set Directory to specify a default (startup) directory for the external application that is launched when the action fires.

See Also