RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TFontDialogDevice Enumeration

TFontDialogDevice indicates the source from which a TFontDialog instance obtains its list of fonts.

Pascal
TFontDialogDevice = (
  fdScreen,
  fdPrinter,
  fdBoth
);
C++
enum TFontDialogDevice {
  fdScreen,
  fdPrinter,
  fdBoth
};

These are the possible values of TFondDialogDevice:

Value 
Meaning 
fdScreen  
Retrieve fonts from the screen.  
fdPrinter  
Retrieve fonts from the printer.  
fdBoth  
Retrieve fonts from both the screen and the printer.  

 

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