Vcl.StdActns.TCommonDialogAction.SetupDialog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetupDialog; virtual;

C++

virtual void __fastcall SetupDialog();

Properties

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

Description

Sets the properties of the FDialog field.

SetupDialog is a protected method used to set the properties of the FDialog field.

See Also