Vcl.StdActnMenus.TStandardAddRemoveItem.DrawGlyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawGlyph(const Location: TPoint); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdActnMenus.pas
Vcl.StdActnMenus.hpp
Vcl.StdActnMenus TStandardAddRemoveItem

Description

Draws a symbol on the control.

DrawGlyph performs the same function as the method it inherits from, and it does call the inherited method. The override sets many of the draw parameters based on the present state of the menu and how it has been selected.

See Also