Vcl.Dialogs.TCommonDialog.Template
Delphi
property Template: PChar read FTemplate write FTemplate;
C++
__property System::WideChar * Template = {read=FTemplate, write=FTemplate};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | protected | Vcl.Dialogs.pas Vcl.Dialogs.hpp | Vcl.Dialogs | TCommonDialog | 
Description
Points to a custom template for the dialog.
Template points to a resource identifier (a null-terminated string or an integer created with MAKEINTRESOURCE) that identifies a Windows dialog resource in the current HInstance module. The Execute method uses this resource to customize the appearance of the dialog.