Vcl.StdActns.TCommonDialogAction.DoCancel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoCancel; virtual;

C++

virtual void __fastcall DoCancel();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TCommonDialogAction

Description

Cancels the specific events that occurred.

DoCancel is a protected method notifying the dialog that the events and modifications that occurred are canceled.

See Also