Vcl.StdActnMenus.TStandardMenuItem.DrawLargeGlyph
Delphi
procedure DrawLargeGlyph(Location: TPoint); override;
C++
virtual void __fastcall DrawLargeGlyph(const System::Types::TPoint &Location);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Vcl.StdActnMenus.pas Vcl.StdActnMenus.hpp |
Vcl.StdActnMenus | TStandardMenuItem |
Description
Draws a large symbol on the control. {{#multireplace:Vcl.StdActnMenus.TStandardMenuItem.DrawLargeGlyph|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnMan.TCustomActionControl.DrawLargeGlyph|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ActnMan.TCustomActionControl.DrawLargeGlyph|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Draws a large symbol on the control.
Use DrawLargeGlyph to draw the glyph that is associated with the action control, stretched to fit a larger rectangle.
Location represents the upper-left point on the canvas where the glyph is drawn.