FMX.Edit.Style.TStyledEdit.ContentRect

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

Delphi

function ContentRect: TRectF;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Edit.Style.pas
FMX.Edit.Style.hpp
FMX.Edit.Style TStyledEdit

説明

編集コントロールのコンテンツを区切る、四角形を返します。

ContentRect メソッドは、編集コントロールのコンテンツを区切る四角形を表す、TRectF を返します。

関連項目