RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFontDialog Class

TFontDialog displays a font-selection dialog.

Pascal
TFontDialog = class(TCommonDialog);
C++
class TFontDialog : public TCommonDialog;

TFontDialog displays a modal Windows dialog box for selecting fonts. The dialog does not appear at runtime until it is activated by a call to the Execute method. When the user selects a font and clicks OK, the dialog closes and the selected font is stored in the Font property. 

 

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