API:Vcl.WinXCalendars.TCalendarViewDrawerStyled.PrepareDaysOfWeekParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PrepareDaysOfWeekParams(ADrawParams: TDrawParams; AEnabled: Boolean); override;

C++

virtual void __fastcall PrepareDaysOfWeekParams(TDrawParams* ADrawParams, bool AEnabled);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarViewDrawerStyled

Description

Prepares the parameters for the days of the week.

Vcl.WinXCalendars.TCalendarViewDrawerStyled.PrepareDaysOfWeekParams inherits from Vcl.WinXCalendars.TCalendarViewDrawer.PrepareDaysOfWeekParams. All content below this line refers to Vcl.WinXCalendars.TCalendarViewDrawer.PrepareDaysOfWeekParams.


Prepares the parameters for the days of the week.

See Also