Vcl.XPActnCtrls.TXPStyleAddRemoveItem.DrawGlyph

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DrawGlyph(const Location: TPoint); override;

C++

virtual void __fastcall DrawGlyph(const System::Types::TPoint &Location);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.XPActnCtrls.pas
Vcl.XPActnCtrls.hpp
Vcl.XPActnCtrls TXPStyleAddRemoveItem

Beschreibung

Gibt in einem Steuerelement ein Symbol aus.

Vcl.XPActnCtrls.TXPStyleAddRemoveItem.DrawGlyph erbt von Vcl.ActnMan.TCustomActionControl.DrawGlyph. Der folgende Inhalt bezieht sich auf Vcl.ActnMan.TCustomActionControl.DrawGlyph.

Gibt in einem Steuerelement ein Symbol aus.

Mit DrawGlyph können Sie an der in Location übergebenen Position ein Symbol anzeigen.

Siehe auch