FMX.StdCtrls.TScrollBar.DoMaxButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMaxButtonClick(Sender: TObject);

C++

void __fastcall DoMaxButtonClick(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 max button is pressed.

See Also