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 を返します。

関連項目