API:Vcl.RibbonActnCtrls.TRibbonSeparator.DrawGlyph

Aus RAD Studio API Documentation

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.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSeparator

Beschreibung

Gibt in einem Steuerelement ein Symbol aus. {{#multireplace:Vcl.RibbonActnCtrls.TRibbonSeparator.DrawGlyph|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Vcl.ActnMan.TCustomActionControl.DrawGlyph|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Vcl.ActnMan.TCustomActionControl.DrawGlyph|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Gibt in einem Steuerelement ein Symbol aus.

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

Siehe auch