RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCommonDialog.Template Property

Points to a custom template for the dialog.

Pascal
property Template: PChar;
C++
__property const char * Template;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!