Vcl.ExtCtrls.TEditButton.Glyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Glyph: TGlyph read FGlyph;

C++

__property TGlyph* Glyph = {read=FGlyph};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TEditButton

Description

Specifies the glyph associated with the button, inside the buttoned edit box.

Glyph is a read-only property that specifies the glyph associated with the button, inside the buttoned edit box.

See Also