Vcl.WinXCalendars.TCalendarViewDrawer.DrawFocusRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawFocusRect(ACanvas: TCanvas; const ARect: TRect; AWith: Integer; ALength: Integer;  ASkipLength: Integer);

C++

void __fastcall DrawFocusRect(Vcl::Graphics::TCanvas* ACanvas, const System::Types::TRect &ARect, int AWith, int ALength, int ASkipLength);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarViewDrawer

Description

Draws the focused rectangle.

See Also