Vcl.Touch.Keyboard.TCustomKeyboardButton.ClientRect

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

Delphi

property ClientRect: TRect read GetClientRect;

C++

__property System::Types::TRect ClientRect = {read=GetClientRect};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

説明

TCustomKeyboardButton ボタンのキャプションを指定します。

ClientRect を読み込んで、TCustomKeyboardButton インスタンスのクライアント エリアのサイズを取得します。 ClientRect は、TRect オブジェクトを返します。そのオブジェクトは、上と左の項目がゼロに、下と右の項目はそのボタンの HeightWidth プロパティにそれぞれ設定された長方形です。 ClientRect の値は、Rect(0、0、 WidthHeight) に相当します。

メモ:  ClientRect は、読み込み専用プロパティです。

関連項目