FMX.Layouts.TCustomScrollBox.ClientWidth

提供:RAD Studio API Documentation

Delphi

function ClientWidth: Single;

C++

float __fastcall ClientWidth(void);

プロパティ

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

説明

スクロール ボックスのクライアント領域の幅を示します(ピクセルで)。

ClientWidth を使用すると、スクロール ボックスのクライアント領域の幅を読み書きすることができます。

関連項目