API:Vcl.RibbonActnCtrls.TRibbonQATScrollButton.Click

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Click; override;

C++

DYNAMIC void __fastcall Click();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonQATScrollButton

Description

Executes the button control's function.

Vcl.RibbonActnCtrls.TRibbonQATScrollButton.Click inherits from Vcl.ActnCtrls.TCustomUtilityButton.Click. All content below this line refers to Vcl.ActnCtrls.TCustomUtilityButton.Click.

Executes the button control's function.

The Click method is used to execute the button control's function.

See Also