FMX.StdCtrls.TCustomTrack.GetThumbRect

提供:RAD Studio API Documentation

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 */;

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomTrack

説明

サムがアクセスしている領域の座標の TRectF を返します。

関連項目