FMX.StdCtrls.TScrollBar.DoMinButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMinButtonClick(Sender: TObject);

C++

void __fastcall DoMinButtonClick(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TScrollBar

Description

Executes internally each time the min button is pressed.

See Also