RAD Studio VCL Reference
|
TFileExit is the standard action for shutting down an application.
TFileExit = class(TCustomAction);
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!
|