Vcl.StdActns.TBrowseForFolder.GetDialogClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDialogClass: TCommonDialogClass; override;

C++

virtual TCommonDialogClass __fastcall GetDialogClass();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TBrowseForFolder

Description

Returns the type of the dialog box.

TBrowseForFolder overrides the GetDialogClass method to specify the type of the Browse for Folder dialog box.

See Also