RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileExit Class

TFileExit is the standard action for shutting down an application.

Pascal
TFileExit = class(TCustomAction);
C++
class TFileExit : public TCustomAction;

StdActns

Add TFileExit to an action list to let users shut down the application using a menu or tool bar. Controls linked to this action cause the application to shut down by closing the main form. 

 

TCustomForm 

TAPplication

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