Vcl.FileCtrl.TFileListBox.ShowGlyphs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowGlyphs: Boolean read FShowGlyphs write SetShowGlyphs default False;

C++

__property bool ShowGlyphs = {read=FShowGlyphs, write=SetShowGlyphs, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TFileListBox

Description

Determines whether glyphs (bitmaps) appear next to the file names listed in the file list box.

Set ShowGlyphs to true to display icons next to the files in the list that indicate the file type. Set ShowGlyphs to false to list only the file names.