CheckLst.TCheckListBox

From RAD Studio VCL Documentation (Japanese)
Jump to: navigation, search

Contents

Delphi の情報

ファイル CheckLst.pas

TCheckListBox = class(TCustomListBox)


ユニット: CheckLst

種類: クラス

継承クラスのメンバ: CheckLst.TCheckListBox のメンバ

クラスのプロパティ: CheckLst.TCheckListBox のプロパティ

クラスのメソッド: CheckLst.TCheckListBox のメソッド

クラスのコンストラクタとデストラクタ: CheckLst.TCheckListBox のコンストラクタ

クラスのイベント: CheckLst.TCheckListBox のイベント

C++ の情報

ファイル CheckLst.hpp

TCheckListBox = class(TCustomListBox)


ユニット: CheckLst

種類: クラス

継承クラスのメンバ: CheckLst.TCheckListBox のメンバ

クラスのプロパティ: CheckLst.TCheckListBox のプロパティ

クラスのメソッド: CheckLst.TCheckListBox のメソッド

クラスのコンストラクタとデストラクタ: CheckLst.TCheckListBox のコンストラクタ

クラスのイベント: CheckLst.TCheckListBox のイベント

説明

TCheckListBox は,各項目の隣にチェックボックスが付いたスクロール可能リストを表示します。


TCheckListBox は TListBox に似ていますが,各項目の隣にチェックボックスが付いている点が異なります。ユーザーはリスト内の項目にチェックマークを付けたり,はずしたりすることができます。

関連リンク

Personal tools