Vcl.StdActns.TBrowseForFolder.SelectionCount

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

Delphi

property SelectionCount: Integer read GetSelectionCount;

C++

__property int SelectionCount = {read=GetSelectionCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TBrowseForFolder


説明

選択されたフォルダの数。

BrowseOptionsExbifeAllowMultiselect が指定されていない場合、このプロパティの値は 1 になります。

関連項目