FMX.StdCtrls.TCustomTrack.GetThumbRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetThumbRect(Value: single): TRectF; overload; virtual;
function GetThumbRect: TRectF; overload;

C++

virtual System::Types::TRectF __fastcall GetThumbRect(float Value)/* overload */;
System::Types::TRectF __fastcall GetThumbRect()/* overload */;

Properties

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

Description

Returns a TRectF with the coordinates of the area that the thumb has access to.

See Also