Vcl.StdActns.TFileExit

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFileExit

Delphi

TFileExit = class(TCustomAction)

C++

class PASCALIMPLEMENTATION TFileExit : public Vcl::Actnlist::TCustomAction

Properties

Type Visibility Source Unit Parent
class public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns Vcl.StdActns

Description

TFileExit is the standard action for shutting down an application.

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.

See Also