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;

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. 

 

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