Vcl.Forms.TCustomForm.SendCancelMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SendCancelMode(Sender: TControl);

C++

HIDESBASE void __fastcall SendCancelMode(Vcl::Controls::TControl* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Cancels modes on the form.

Use SendCancelMode to release the mouse capture and cancel scroll bar input and menu processing on the form.

See Also