FMX.SpinBox.Style.TStyledSpinBox.MMRepeatClickChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MMRepeatClickChanged(var AMessage: TDispatchMessage); message MM_SPINBOX_REPEATCLICK_CHANGED;

C++

MESSAGE void __fastcall MMRepeatClickChanged(System::TDispatchMessage &AMessage);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.SpinBox.Style.pas
FMX.SpinBox.Style.hpp
FMX.SpinBox.Style TStyledSpinBox

Description

Notification about changes in RepeatClick.

See Also