Vcl.Forms.TScreen.IconFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IconFont: TFont read FIconFont write SetIconFont;

C++

__property Vcl::Graphics::TFont* IconFont = {read=FIconFont, write=SetIconFont};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScreen

Description

Specifies the font used to display the labels on the icons in file selection dialogs.

IconFont stores the Windows icon font setting. This font is used to label the icons on the desktop, and icons in the file selection dialogs.

See Also