Vcl.ActnMan.TActionClientItem.HasGlyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasGlyph: Boolean; virtual;

C++

virtual bool __fastcall HasGlyph();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientItem

Description

Indicates whether or not there is a glyph (small icon) associated with an action on the action band.

Use HasGlyph to determine whether the action associated with the TActionClientItem has a glyph or not. A glyph is a symbol that represents the action, and is often placed next to the action's caption. One common example in applications is a small pair of scissors, which is frequently used to represent the Cut action.