Vcl.WinXCalendars.TCalendarViewDrawer.PrepareCellStyleParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

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 TCalendarViewDrawer

Description

Prepares the style for parameters of cells.

See Also