RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileOpen.UseDefaultApp Property

Use the default application to open the file.

Pascal
property UseDefaultApp: Boolean;
C++
__property Boolean UseDefaultApp;

When set to True, UseDefaultApp automatically uses the default application as specified in the registry to open the file. Otherwise, TFileOpen displays the FileOpen dialog. The default is False. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!