Vcl.ActnMan.TCustomActionControl.DrawGlyph
Delphi
procedure DrawGlyph(const Location: TPoint); virtual;
C++
virtual void __fastcall DrawGlyph(const System::Types::TPoint &Location);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
protected | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionControl |
Beschreibung
Gibt in einem Steuerelement ein Symbol aus.
Mit DrawGlyph können Sie an der in Location übergebenen Position ein Symbol anzeigen.