FMX.StdCtrls.TCustomTrack.DoThumbClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoThumbClick(Sender: TObject); virtual;

C++

virtual void __fastcall DoThumbClick(System::TObject* Sender);

Properties

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

Description

Executes internally each time the OnClick event of the attached TThumb component fires.

See Also