FMX.Forms.TCommonCustomForm.ClientRect

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function ClientRect: TRectF;

C++

System::Types::TRectF __fastcall ClientRect();

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

説明

クライアント領域の座標を持つ TRectF を返します。四角形の幅は ClientWidth と同じく、四角形の高さは ClientHeight と同じになります。

関連項目