Vcl.ExtCtrls.TEditButton.Glyph

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Glyph: TGlyph read FGlyph;

C++

__property TGlyph* Glyph = {read=FGlyph};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TEditButton

Beschreibung

Legt das Symbol fest, das der Schaltfläche in dem Eingabefeld zugeordnet ist.

Glyph ist eine schreibgeschützte Eigenschaft, die das Symbol festlegt, das der Schaltfläche in dem Eingabefeld zugeordnet ist.

Siehe auch