Vcl.StdActns.TBrowseOptionsEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TBrowseOptionsEx = set of TBrowseForFolderOptionEx;

C++

typedef System::Set<TBrowseForFolderOptionEx, TBrowseForFolderOptionEx::bifeHidePinnedPlaces, TBrowseForFolderOptionEx::bifeAllowMultiselect> TBrowseOptionsEx;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns Vcl.StdActns

Description

A set of TBrowseForFolderOptionEx.

See Also