Vcl.ComCtrls.TWidth

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

Delphi

type TWidth = -2..2147483647;

C++

typedef int TWidth;

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

説明

TWidth は、整数の間隔を表します。

TWidth 型の変数には、ColumnHeaderWidth から MaxInt までの間の、整数値を設定できます(ColumnHeaderWidth の値は -2)。TWidth を使用すると、コントロールに設定可能な幅の最大値または最小値を設定できます。

関連項目