API:Vcl.WinXCalendars.TCalendarViewDrawerStyled.PrepareCellStyleParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PrepareCellStyleParams(ADrawParams: TDrawViewInfoParams; AViewInfo: TCellItemViewInfo;  AEnabled: Boolean); override;

C++

virtual void __fastcall PrepareCellStyleParams(TDrawViewInfoParams* ADrawParams, TCellItemViewInfo* AViewInfo, bool AEnabled);

Properties

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

Description

Prepares the style for parameters of cells.

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


Prepares the style for parameters of cells.

See Also