Vcl.ExtCtrls.TRowSize

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

Delphi

type TRowSize = 1..2147483647;

C++

typedef int TRowSize;

プロパティ

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

説明

TCustomControlBar の 1 つの行の最大サイズを示します。

TRowSize は、TCustomControlBar コンポーネントの 1 つの行の最大サイズを指定する、0 を除く正の自然数です。 TRowSize は 1 から 2147483647 までの範囲に含まれます。

関連項目