FMX.Layouts.TCustomScrollBox.ClientWidth

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

Delphi

function ClientWidth: Single;

C++

float __fastcall ClientWidth();

プロパティ

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


説明

ClientWidth は、コンポーネントのコンテンツの幅を示します(dp で)。使用すると、コンポーネントの幅を読み込み/変更できます。

メモ: ClientWidth は、修飾なしのコンポーネントの幅です。コンポーネントはスクロールバーやパディングになり得ます。

関連項目