FMX.StdCtrls.TCustomTrack.GetThumbSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetThumbSize(var IgnoreViewportSize: Boolean): Integer; virtual;

C++

virtual int __fastcall GetThumbSize(bool &IgnoreViewportSize);

Properties

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

Description

Returns the size of the thumb. The thumb size represents the percentage of the viewport relative to the content size.

See Also